Hi everyone,
I’m stuck with App Proxy and not sure what I’m missing.
Setup:
- Dev Store: https://bhuwan-test-store-123.myshopify.com
- App is installed
- Theme App Extension + Next.js backend
- Proxy config:
- prefix: apps
- subpath: spubp
- URL: https://bhuwan9841.pagekite.me/api
Frontend call:
fetch(‘/apps/spubp/proxy_route/reviews’)
Backend route (Next.js App Router):
app/api/proxy_route/reviews/route.ts
Works directly via pagekite:
https://<pagekite-url>/api/proxy_route/reviews
Issue:
- /apps/spubp/proxy_route/reviews returns Shopify 404
- even when I point proxy to https://httpbin.org, still 404
- backend logs show nothing → request never reaches server
Not sure what I’m missing here — app is installed and proxy config looks correct.
Here is the screenshot of the app proxy
Anyone seen this before?
Thank you in advance.


