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
It used to work with application.properties cors.origins.allowed=${cors.origins.allowed:#{http://localhost:4200}}
But after the upgrade i get a java.lang.StackOverflowError
similar to #209
The text was updated successfully, but these errors were encountered:
Hi
Upgraded from SpringBoot 2.6.6 with
To SpringBoot 3.1.5 with
It used to work with application.properties
cors.origins.allowed=${cors.origins.allowed:#{http://localhost:4200}}
But after the upgrade i get a java.lang.StackOverflowError
similar to #209
The text was updated successfully, but these errors were encountered: