Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): `Internal server error: Invalid U…
…RL` when using a non localhost IP When using a non-localhost IP, Vite will correctly populate the `network` property of the `server.resolvedUrls` instead of `local`. Example: ``` ng server --host=127.0.0.2 { local: [], network: [ 'http://127.0.0.2:4200/' ] } ``` Closes angular#27327
- Loading branch information
e9cab67
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how do i solve this error? Thanks in advance :)
e9cab67
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You’d need to wait for the next patch version release, which will happen mid next week.