calm-controller-73297
02/03/2023, 8:07 AMwhoami
api works and if I use the managed UI to login, I can get the current user no problem. Logging in with GitHub (through my UI) works, but on the redirect I get error:
An error occurred with the following message: The browser does not contain the necessary cookie to resume the session. This is a security violation and was blocked. Please clear your browser's cookies and cache and try again!This is after clearing all cookies. I'm assuming instead I need to set some before sending the user to sign in but don't see them used anywhere except logout here https://github.com/ory/kratos-selfservice-ui-node/blob/master/src/routes/login.ts. I have a `__cflb`and
csrf_token_...
cookie set along with a long github list including logged_in=true
. What cookie am I missing?calm-controller-73297
02/03/2023, 8:37 AMhigh-optician-2097
calm-controller-73297
02/03/2023, 5:16 PMcalm-controller-73297
02/03/2023, 6:15 PMhigh-optician-2097