Angular 17: getting Internal server error: Invalid URL error when starting dev server #27327
Closed
1 task done
Labels
devkit/build-angular:dev-server
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Command
serve
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Description
today I installed the angular 17 with SSR. after installation when I run
ng serve --project my-app --host x.x.x.x --port 4200
for start dev server. dev server starting on given host port. but when I open url in browser then I'm getting following error.If I start dev server on localhost
ng serve --project my-app
& run url in browser then work charm. this above issue face only when starting the dev server on IPyou can see below full console log of dev server
Minimal Reproduction
Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: