Angular dev server got broken with the v17->v18 upgrade: Not rewriting because the client prefers JSON, with status 404
With the Angular 17.3
-> 18.0
upgrade, the local dev server (ng serve
) got broken. We use it to connect the local dev instance to our backends in the cloud, for development. There were no config changes, only dependencies and unrelated code level migrations.