Not seeing Data on App Proxy
I'm trying to setup a new App proxy route, following what docs metnioned and a recent youtube video, I added a route at actions/classRegistration.ts
I setup the config as
And now trying to call from the frontend as such
But while logging params on the server size, I get empty array.


4 Replies
Hi Taksh,
Would you be able to share your app url?
As well have you set up your permissions for the classRegistration?
I did setup permisssions,
Here's the URL pinners-admin.gadget.app

Hello,
I would recommend that you set up your app proxy as the root of your application. Something like this:
Used like this in a theme app extension:
https://github.com/gadget-inc/templates/blob/main/shopify/product-quiz-public-remix-ssr/extensions/quiz/assets/quiz.js
(line 225)