CSS file not found error #10192
Labels
bug
Something isn't working
p1-important
SvelteKit cannot be used by a large number of people, basic functionality is missing, etc.
Milestone
Describe the bug
This issue appears to resemble #9894 and #9923; however, it arises specifically within the Vercel environment. The problem occurs when a route contains two or more words with spaces between them. Notably, the issue manifests when prerendering is configured, whereas it has not been observed when utilizing server-side rendering (SSR) or client-side rendering (CSR).
Another observation is in the local preview mode, the first time I click any route with space, it shows a not found error. And works fine from the second click.
Reproduction
To demonstrate the issue, you can visit my practice application at https://learn-svelte-roan.vercel.app/Exercises. In the first route, "Adding data," where space exists, the CSS fails to load. On the other hand, the second route, "Assignment," without any spaces, function properly.
Source code link https://github.com/praful-hunde/learnSvelte
Logs
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: