Having some issues with my public view.
At the moment my public view is not showing anything, and it is published with a password, being that feature disabled in the new apps.
Can anybody help me to understand why the queries are not being executed and numbers not showing?
The app structure is showing perfectly.
Thanks!
Keep in mind that you can't run any queries that require user authentication in public apps. Also, public apps have no current_user, so you'll want to make sure your query logic isn't dependent on the user
I'm happy to take a look at an app export if you'd like