Hi, any idea what this error might indicate? It's ...
# talk-kratos
f
Hi, any idea what this error might indicate? It's being thrown during an OIDC login for a certain user (api flow).
level=info msg=An error occurred while handling a request audience=application error=map[debug: message:The requested resource could not be found reason:no session yet for this "code" status:Not Found status_code:404
t
Probably happens when the flow does not exist in database. It happened for me when I using the wrong flow type. I create a new settings flow but then completed a login flow with the settings flow id.