Can not save changes made to tables from published app, but can from preview. #15721
Replies: 3 comments
-
BUDI-9132 Can not save changes made to tables from published app, but can from preview. |
Beta Was this translation helpful? Give feedback.
-
When using internal tables, the datasets from your published app and your development app (the builder) are separate. This is deliberate, so that you can design your app and make changes to your data without affecting your live app. When you publish your app the data gets synced between them - so if you want to see your production data inside the builder then you'll just need to publish to sync them. The preview app is still your development app - so it will always contain the same data as what the data section shows, without needing to publish to sync changes. |
Beta Was this translation helpful? Give feedback.
-
Converting this to a discussion as this is working as intended. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Hosting
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Changes are saved in DB
Screenshots
here we can see the published app (on the right) shows different data compared to what's in DB (on the left).
sometimes refresh on the left side forces the data changes into DB. sometimes waiting ~5 minutes helps. maybe it's an "eventual consistency", and i just have to wait for some time. But then it doesn't explain where the app takes data from. If I reload the published app (on the right), it remembers its own state, different from the DB.
App Export
no.
Desktop (please complete the following information):
Additional context
no.
Beta Was this translation helpful? Give feedback.
All reactions