-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source map url improperly encoded for dynamic routes #88
Comments
thanks @FallingSnow , can you please make a PR? or I will fix this in swc branch. |
FallingSnow
added a commit
to FallingSnow/aleph.js
that referenced
this issue
Jan 21, 2021
Pull: #95 |
shadowtime2000
added a commit
that referenced
this issue
Jan 22, 2021
fix: Decode server.ts URLs global (#88)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When loading a dynamic route, the source map that attempts to be loaded is already url encoded.
404 -
http://localhost:8080/_aleph/pages/pipeline/view/%5Bname%5D.js.map
200 -
http://localhost:8080/_aleph/pages/pipeline/view/[name].js.map
The text was updated successfully, but these errors were encountered: