I have a public page with some collections. I noticed that when I insert data in my Front it does not automatically update this page. Do I need to do some workflow?
My backend is subbase
I have a public page with some collections. I noticed that when I insert data in my Front it does not automatically update this page. Do I need to do some workflow?
My backend is subbase
Yes. Add a Fetch Collection action in a workflow.
Did you set the table to real-time?
Is this configuration in Supabase?
Is this action after inserting the data on the front or on the public page with a timer?
See the docs