Can someone tell me what is wrong with my app, the repeating group disappear after loaded,
Turning to empty field, sometimes it does that and sometimes it won’t.
Can someone tell me what is wrong with my app, the repeating group disappear after loaded,
Turning to empty field, sometimes it does that and sometimes it won’t.
Hi,
I imagine the issue is with your data and your search. Is the data in your database good?
In your search for data do you have a constraint that is filtering out your data? Apologies if this seems obvious but it happened to me the other day!
Let me know how you get on.
It load the data and disappear after 3 seconds, could it be that bubble database can not hold data strongly
Do you have a conditional like ‘current user is logged in’ for the data and you are viewing it as not logged in?
Thanks, is my fault, I was using current geographic location which causes it to fluctuate instead of within geographic location in the restraint,
Glad to hear you managed to solve it! Well done.
Please do you have an idea how I can block listings that did not subscribed, I am using paystack and paystack payment is stored in a data table different from the profile listing . Can I do that in privacy settings?
Hi,
You could do it with a privacy rule by adding a yes/no field on your profile to determine if the profile is subscribed or not.
With a yes/no field on the profile to determine if the profile is subscribed or not you could have a constraint on the search for profiles so only those subscribed are returned in the repeating group.
Alternatively, you could have a filter on your database search for the repeating group but this is less efficient.
This topic was automatically closed after 70 days. New replies are no longer allowed.