-
Notifications
You must be signed in to change notification settings - Fork 12k
Vite dev server fails to serve source maps #26199
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
Comments
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Nov 3, 2023
Unlike assets, output file were not prefixed with a `/`. This change alings these and now files are always prefixed with a slash. Closes angular#26215 and closes angular#26199
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Nov 3, 2023
Unlike assets, output file were not prefixed with a `/`. This change alings these and now files are always prefixed with a slash. Closes angular#26215 and closes angular#26199
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Nov 3, 2023
…ath with extensions Do not try to SSR a request that has extensions. Closes angular#26199
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Nov 3, 2023
…ath with extensions Do not try to SSR a request that has extensions. Closes angular#26199
alan-agius4
added a commit
that referenced
this issue
Nov 3, 2023
…ath with extensions Do not try to SSR a request that has extensions. Closes #26199
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Command
serve
Is this a regression?
The previous version in which this bug was not present was
17.0.0-rc.3
Description
When generating a fresh application with
npm init @angular@next --ssr
the application fails to load the sourcemaps when you open the dev tools.In our private monorepo when I port the configurations for the application builder I get a slightly different but same case, I run into the same sourcemap error but instead if just crashes the server
Minimal Reproduction
npm init @angular@next --ssr
ng serve
Open the app
Open the devtools
Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: