Hey Guys,
i’m new in the ory community and im trying to implement a react self service ui in react.
The login and registration flows are working but now when i try to call the /sessions/whoami endpoint i get a 401 response.
The Kratos log says:
level=error msg=An error occurred while handling a request func=github.com/ory/herodot.DefaultErrorReporter.func1 file=/go/pkg/mod/github.com/ory/[email protected]/error_reporter.go:24 audience=application error=map[debug: message:The request could not be authorized reason:No valid session cookie found. status:Unauthorized status_code:401 trace:
But when i look in chome dev tools store there is an ory_kratos_session cookie
I am using the @oryd/kratos npm package in version 0.5.3-alpha.1. and Kratos in verion v0.5.3-alpha.1 in docker on my local machine
Did i missed something?