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
-
Did you synced the data between preview and live?
-
Did you check the permissions of your data-collection?
-
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.