Created a repeating group to display data in the database. Each record includes 3 text fields.
Worked fine yesterday. Today it will not display those records. I added 2 new records and they display fine, but the data entered previously (3 records) do not display.
I am not sorting the data. The privacy settings are set so anyone can see the data. It’s just data entered previously will not display. I edited one of the old records so it’s modified data was updated, but it still does not display.
Thats because when you created the things, you were the creator.
The next day, you werent the creator anymore. Either because you logged out of your account, or because you were logged out all along and didn’t accept cookies, or because you were on another device,
Privacy rules are there to protect people’s data. They are necessary to create a secure app, and it’s important to understand them.
As you can see, when you’re not the creator of that piece of data the ‘Find this in Searches’ is not activated. So the search will not return that piece of data, and it will be kept safe in the server.
If you created three previous entries 3 (or more) days ago without logging in (aka with temporary user) - this can be the reason. Because temporary users are deleted in 72 hours (3 days),
Thanks Nico. So I have the creator rules which allows the data to be found in searches.
I then have everyone else’s rules which also includes default permission to view and find in searches. Whether I’m the creator or someone else, shouldn’t it allow me to find the data in a search?
whenever a new user visits your application, Bubble saves a cookie in their browser and creates a temporary user.
Temporary user = any visitor that is not logged in. If you are using same browser without cleaning cookies - you are considered as the same user during 72 hours (until you register or log-in). As soon as you open your website via incognito mode or change browser or clear cookies - Bubble will create a new temporary user. And he will not see anything previously created by other temporary/normal users (that’s what your privacy rules states).
My created by field is blank for all 5 entries.
I clicked the box for Everyone else to give permissions to View attached files and it now shows all the data. I’ll need to dig into the bubble docs I guess. I’m not using any images or docs though. All fields are text fields. Anyway. Thanks for your help. Really appreciate it.