vite tries to cache my authorization calls
hello, when i log in my account, everything works correctly, but as soon as I try to do another auth request (e.g. sign out), backend just doesn't answer (including my own, not only auth)
if I run vite with
--debug
, it outputs vite:cache [memory] virtual:__sveltekit/paths
on every frozen request
have someone encountered a similar issue?2 Replies
2025-02-12 09-17-16 - Embed
Watch this embedded Streamable video.
fixed by switching to pnpm instead of bun