Also for a last few days kratos is giving me a COR...
# talk-kratos
b
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
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
those things are already there.
b
did you manage to solve this? would also be interested