Consistent delay after page creation in svelte
I’m trying to create a new page after submitting a form to the server then redirecting the client to this new page. After redirecting, I get an error 404 and after a refresh it work (at least in dev, i didn’t tried in production). So I add a delay to the redirect, which… it work half of the time.