No content to show
User Activity
Solved it. this was because I was making the request with the root url so it was using the url of whatever page it was on. so I made the request including the origin and everything works fine regardless of the page I am on
07-29-2023
I had to uninstall and install the app
I have added an app proxy, which works fine on a stores home pageeg: https://test-store.myshopify.comBut when you navigate to a nested path or other pages it returns 404eg: https://test-store.myshopify.com/products
Is it possible to access the env variables in the frontend?
02-19-2023
I am using the shopify cli in development. When the app ngrok url changes the webhook url is not updated and it keeps sending the webhooks to the previous url. Is there a way to update the webhook base url when the app ngrok url changes?
I am trying to add socket functionality to the node js embedded app generated by the cli but the client is unable to make a connection to the server.On the server, inside the createServer function I have thisconst app = express();
const server = ht...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
370 | 07-30-2023 07:34 AM |