https://www.ory.sh/ logo
b

boundless-hydrogen-45841

02/18/2022, 5:21 AM
Also for a last few days kratos is giving me a CORS error.
Copy code
serve:
  public:
    cors:
      enabled: true
      allowed_origins:
        - https://*.<http://factly.org|factly.org>
      allowed_methods:
        - POST
        - GET
        - PUT
        - PATCH
        - DELETE
      allowed_headers:
        - Authorization
        - Cookie
        - Content-Type
      exposed_headers:
        - Content-Type
        - Set-Cookie
these are my configs and my kratos public URL is kratos.factly.org
f

faint-energy-48611

02/18/2022, 8:24 AM
public: you're missing base_url: https://factly.org/ cors: also try adding https://factly.org/ to allowed_origins maybe also allow_credentials: true
b

boundless-hydrogen-45841

02/18/2022, 8:50 AM
those things are already there.
b

brainy-twilight-50817

02/28/2022, 11:30 AM
did you manage to solve this? would also be interested
2 Views