Display data from module within larger app. The module has unique data and queries that I wanted to keep "contained" and they do not need any input or output information. They work as expect on the preview page but the second I go to the public page it returns blank tables and dropdowns. My other queries components that contain queries specifically created in the app (not unique modules embedded in the app) work perfectly fine on both public and private previews.
Any suggestions on what is causing this or what might fix it?
hey @Matt_Zink, personally i keep forgetting to release a new version. could that be the cause for you? preview will usually show latest by default, but the public/production app will be limited to the most recent released version.
Sorry to hear the module queries are not working, that is very odd.
What is the trigger event for the module queries? Do you have them set to run on page load or on a user event?
If you could share screenshots of the queries and a side by side of the module queries working in preview and then not working in the deployed app I can see if I can figure out where the issue is coming from.
Are you able to check the networking tab to see if the queries are running, or console.log anything out on the queries failing to run/succeeding to run?