It's a bit hard to tell even from the debug logs, ...
# talk-kratos
h
It's a bit hard to tell even from the debug logs, is this indicative of a CORS failure?
[cors] 2022/05/17 20:52:38 Handler: Actual request
[cors] 2022/05/17 20:52:38   Actual request no headers added: missing origin
I want to say yes considering the context, but there's no further output and the rest of the logs indicate failure for unrelated reasons.
p
seems like it, are you seeing errors on your frontend?
h
Frontend works without issue, this appears specifically when making requests to Kratos from Oathkeeper using the
cookie_session
authenticator
Hard to tell if Oathkeeper is maybe stripping the origin