Closed skippednote closed 11 months ago
In case the CORS_ORIGINS value is a comma separated string but with spaces in between them like https://google.com, http://localhost:3000. In this case only the first URL is whitelisted. Stripping the spaces fixes the issue.
https://google.com, http://localhost:3000
My team spent half of the day debugging this :)
In case the CORS_ORIGINS value is a comma separated string but with spaces in between them like
https://google.com, http://localhost:3000
. In this case only the first URL is whitelisted. Stripping the spaces fixes the issue.My team spent half of the day debugging this :)