Hey everyone, I am trying to diagnose a cors issue...
# talk-kratos
s
Hey everyone, I am trying to diagnose a cors issue from Kratos using react and the browser flow. I am following the default cors config with an allowed origin of http://localhost:3000 and a public base url of http://localhost:4433. I know cors is configured correctly as the browser setup call returns a flow id and a proper body and also includes the proper cors data with methods, headers and allowed origin. I am currently using fetch to call the login endpoint with the appropriate data after the login form is filled but the post preflight request is given a 200 but is missing all headers.