Open git9999999 opened 1 year ago
did you resolve this problem, because i'm having the same one for days now
@boufenzi I changed the way i use it. Now i do
...allowed-origins: '*'
and i Overwrite the value on the environment with the correct value.
so this Bug is still open.
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 https://github.com/ulisesbocchio/jasypt-spring-boot/issues/209