Data Not Visible in Testing Mode but Works on Live Site

Hi everyone,

I’m experiencing an issue where my data is not showing up in Preview/Testing mode, but everything works perfectly on the Live site. Has anyone faced a similar issue or know how to resolve it? Any guidance would be much appreciated!

Looks like you’re viewing through the editor. In the editor, you’ll only see the expressions / static text. No data is fetched. Preview your site in run mode to view your changes.

You can also search your element on the “inspect” view of the app to see how the repeating group populates. Just click on “inspect” and search “Repeating Group <your_rg_name>”. :slight_smile:

I appreciate your answer, but the real question is why the data is not preview in test mode

That’s my query. In Preview it’s not working but when I deploy my code it’s working well

You are aware test and live versions don’t share records right?

Yes, I’m stuck there. If the data is reflecting on live, then it should work in the test mode, am I right

No, dev and live have separate databases. Make sure to add some records to the table on test mode as well to see if this is what’s going on.

Yes, I have check each and every step; both databases have 3 to 4 values

What you display is from the editor and actually these are the expressions not the values, you should run in the browser to see the values

I appreciate your answer. I’m checking it on the browser. But why is the data is not working on preview? It’s working when I deploy the site live. this is not a database issue

This topic was automatically closed after 70 days. New replies are no longer allowed.