URGENT HELP! Why my data doesn't appear on live version?

I did a deploy on my InvisibleFast app, but theres is an data base wich doesn’t apear on my deployed version, but the message is created on the live database, the data base “Mensagem” used on “RepeatingGroup Mensagem” at the page “perfilpaciente”. I don’t know if it is some configuration that I should do due to de deploy, or something, because in the test version it works perfectly

This is the app on test version working:

The live version doesn’t working:

Is there data in your live database?

Yes, It saves the message on the live data base, but then should shows at the data base “ChatOrto” by the “make a change”, and just doesn’t shows anything

Is it a Privacy rule issue?

Do your privacy rules allow access to the data for the specific User?

I removed all data base’s rules, there is just rules on the message groups, like: “visible to user”

Hello,

I’m fairly new to Bubble, so forgive me if I didn’t understand you correctly, but when you go live, only the data base structure is being deployed.

The contents of your data tables, by contrast, is not deployed into production. This protects the live version from having residual test data.

If you still want to push your development data into production, you gave to go the DB section of your editor, display the content of a specific table, select “copy an restore database”, and then choose the deployment’s direction.

But be sure this is really what you want to do. It seems to me it’s surprisingly easy to be one click away from disaster! :wink:

Isabelle


sorry… didn’t see the other messages.
Forgive the interruption!

no, worries! I also tought it was the problem, but it saves new data

What does the debugger tell you?

Nothing, works well in test version:

message created:

chartorto modified:

but on deployed version just saves, doesn’t show the message (it should be shown due to the “make changes”)

I mean what does the debugger show about the data? (or lack of it)

Nothing out of the usual, I guess (or I just don’t know how to see it)

This topic was automatically closed after 70 days. New replies are no longer allowed.