helpful-crayon-98466
09/26/2023, 12:12 PM<my-project>/self-service/login/browser
. I was able to resolve this by running:
ory patch project <project-id> \
--replace '/cors_public/enabled=true' \
--replace '/cors_public/origins=["<my-frontend-url>"]'
Now the GET request works. But when my app tries to call POST <my-project>/self-service/login?flow=<flow-id>
using the SDK's updateLoginFlow
, it is blocked by the CORS policy.
Is there something I'm missing? I have also tried updating my `_headers` file for Cloudflare pages without success