Http cancellation with Vite proxy server not picked up by backend
I've been trying to figure out why my backend wont' pick up http reqs canceled by the frontend, and I've realized that it is because of Vite proxy server:
This only happens in dev locally, as the frontend is hosted in the backend in prod, but has anyone else encountered the same thing and able to give some pointers? I'm at the point where I just want to figure it out 😛
PS: Calling
fetch
with the absolute path to the backend works (backend picks it up), but not something we can do 😦0 Replies