Where is the error "SessionNotFound: invalid_request" generated?
17:26 15 Jan 2026

I am bringing up my oidc server slowly working through issues. Right now, I am trying to get my interactions to work, and I am seeing the following error:

SessionNotFound: invalid_request
 at Provider.#getInteraction (packages/modules.js:9338:13)
 at Provider.interactionDetails (packages/modules.js:9165:33)
 at imports/lib/routes.js:34:60

Thing is, when I look at the code for #getInteraction, I don't see any place that this error could be thrown. There are a bunch of SessionNotFound, but none with the message "invalid_request"

node-oidc-provider