You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been experiencing issues with proxying requests after I configured my dev server to use https, ever since this change vite has not been properly proxying requests sent to /api, I observed that the requests stay on the same url https://localhost:5173 and do not get changed to https://localhost:8000.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been experiencing issues with proxying requests after I configured my dev server to use https, ever since this change vite has not been properly proxying requests sent to
/api
, I observed that the requests stay on the same urlhttps://localhost:5173
and do not get changed tohttps://localhost:8000
.Error
server.ts
vite.config.ts
Other Info
If anymore information is needed please let me know.
Beta Was this translation helpful? Give feedback.
All reactions