Replies: 1 comment
-
This looks like a vite CORS issue for your dev server to the application. Try adding this to your vite config - this allows the vite server to accept the cross domain requests between Shopify and the local dev server.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi There,

I'm having issue trying to page inside the shop theme using proxy. regular blade templates or plain html works fine, but when i'm trying to put rendered content of vue js i get bunch of CORS errors.
that's the code i'm using for rendering content on proxy endpoint
also tried to add headers with custom middleware
but it's not helping at all. any ideas what's wrong or how can this issue be fixed?
Beta Was this translation helpful? Give feedback.
All reactions