Database is not displayed on live website

Hello, I’ve added on the members area a form to send data into a database (Name, date, content and rating). I’ve then made another page with a table, where I’ve connected all the data.
If I check the page in preview mode, the data is shown correctly,
but after going on live mode, the data start “loading” and gets stucked.

Any idea on how can I fix this?
Thanks :slight_smile:

  1. Did you synced the data between preview and live?

  2. Did you check the permissions of your data-collection?

  3. Perhaps also ckeck Read & Write options of your dataset.

I Think it will be the live-database, which is not synced with sandbox.

Hello, I changed the general permission of the database to “everyone can see this” and it worked. Many thanks!

Well done. Good luck & happy coding.