Data is not refreshing on the published site when it refreshed on the editing page.

I have a simple application that just takes in some data from a Supabase database and presents it to the user of the site. When I make a change in my database, I have to refresh my editor then the change is displayed on my application. This part makes sense and works as it should. However, when I refresh the published site (hosted on plasmic.run) I do not see the change being made. To attempt to understand if this is a caching issue I tried to load the published site in an incognito browser and this still did not fix the issue. I tried to make a slight change to the site and then republish the site to the same url and it again did not fix the data. I changed the url that it was being published to and then only the data was updated to the correct values. Either I am not understanding the flow and how the data is queried by plasmic, or there is some type of old caching issue with regards to the data query.

Hi, could you link to your project and published page where this issue happened?

I figured out to refresh the data, I needed to add a side effect component which runs the refresh data feature and then this removed the issue.