routes with %40
not working
#5029
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
I have a route like this:
/@[username]
.Up until recently, I just used the
@
character as the name of the folder.With the introduction of named layouts, I've had to get rid of the
@
character as it was failing to build, and as someone on Discord suggested, I changed it to%40
. This worked fine locally, and all my tests passed so I made the change.However, when actually deployed to cloudflare pages with the cloudflare adapter, it fails to fetch any
.js
files under that path. It returns an http 200, but empty content. The page usually fails either due to mimetype checks, or some other error depending on the browser.Failed to fetch dynamically imported module: https://<mysite>/_app/pages/%40_username_/index.svelte-71303df9.js
Reproduction
Using the cloudflare adapter, use a route with
%40
somewhere in the path.Logs
System Info
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered: