API Data is displaying in Preview Mode but Not on the actual website

I am attempting to pull data from MLS using an API from MLS Grid. I have the Access Token stored in secrets manager and believe I have my frontend and backend code set up properly. I have the repeater IDs labeled in CMS. It’s displaying perfectly in preview so I went ahead and published it, however, once published, nothing shows up besides the repeater placeholders. I’m also getting a WDE0027 error when reviewing the data requests. Thoughts?

`
![Screenshot 2025-05-06 at 3.54.47 PM|690x431](upload://zc4JpyUphr29VX2EdHrGqtbAF57.jpeg)
![Screenshot 2025-05-06 at 3.54.51 PM|690x431](upload://sIKPcJzMpNJEGbmksiiOYPDZdnz.jpeg)
`

WDE0027 error occurs when a data request was made with insufficient permissions.

This means you should check that your ‘Read’ collection permissions are set properly.

Your data is most likely not showing on the published site as you are assigned the ‘Admin’ role when previewing your site.


I thought this might be the case as well, but the permissions show they are set to “Everyone”. Here is a screenshot to show. Is there something I’m missing?