One last question [hopefully, for now!]... polling...
# ory-network
c
One last question [hopefully, for now!]... polling the
whoami
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?
Think I'm going about this wrong and need to read https://www.ory.sh/docs/kratos/concepts/ui-user-interface ...
h
Have you set up the ory tunnel or a custom domain?
c
I have a custom domain setup not sure what ory tunnel is?
So I reverted back to the managed UI to test something and the Google login/registration is a never ending loop. (actually once I got the same error as above!... but only once)... GitHub works fine. I've tried on multiple browsers. Should I make a GitHub issue or do I need to reset it?.. I'm sure it worked before.
h
An issue with a reproducible example would be perfect