You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files are no longer put in target/classes/static when the output path is set to it. Instead they are in target/classes/static/browser. Thus Spring Boot does not serve the files correctly.
In the issue mentioned above there is a workaround. In angular.json you can modify the outputPath like this:
Since Angular version 17 the output path changed by default. See angular/angular-cli#26304
Files are no longer put in
target/classes/static
when the output path is set to it. Instead they are intarget/classes/static/browser
. Thus Spring Boot does not serve the files correctly.In the issue mentioned above there is a workaround. In
angular.json
you can modify theoutputPath
like this:The text was updated successfully, but these errors were encountered: