-
Hey, i tried setting up app proxy as you said in set up but i got this error 404 iam trying to POST data to my db but i got 404 error when i hit url : https://pasta223.myshopify.com/tools/aswin-app-223 it won't hit the ngrok url instead it send req to below url Could you kindly assist me in determining if there is anything I may have overlooked? Your help would be greatly appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you hit |
Beta Was this translation helpful? Give feedback.
Can you hit
https://pasta223.myshopify.com/tools/aswin-app-223/json
once and confirm that in your repo/pages/api/proxy_route/json
exits? You'd be getting a 404 because there's no/pages/api/proxy_route/index.js
to serve that request