Replies: 1 comment
-
I got it working now, url was wrong and proxy was not configured well. |
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
-
I try to proxy request to backend server in vite.config.ts:
But when I try fetch like so:
the request is not proxied to http://backend.some.lan/appel/api/Login but in browsers network tab I see
POST | http://localhost:3000/api/Login
What is wrong with this code?
Beta Was this translation helpful? Give feedback.
All reactions