Replies: 4 comments
-
|
I updated |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Well, it seems it stems for having set https or cors because it works in plain html |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
did you find a solution for this? I am having the same problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
same... |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to conigure a vite proxy to make a basic https redirect to my backend like this :
But I get this error.
This works when I fetch the backend address directly with CORS enabled so I don't think the issue comes from my backend plus I see nothing in my backend's log.
What I am doing wrong ?
I have tried to use the more elaborate ProxyOptions object and tweaking
secureorchangeOriginbut it does not seem to change anything. I get the exact same error.Beta Was this translation helpful? Give feedback.
All reactions