API query works in preview but not on live public site

Api query shows data on editor but when published to public site no data is shown.

Hey @nroeder :slight_smile: Hmm, does this API query have some sort of dynamic authentication settings? On public links, we actually collect no user info, which means any kind of authentication would be challenging. All authentication is associated with specific Retool user accounts, and since public app users are fully anonymous there is no user to work with that system.

With that being said, I do have some public apps using an OAuth2 connection to Google Calendar, for example, so it really depends on how your resource is set up!