Invalid state token, when login in to concourse. #5871
Unanswered
NoobDela
asked this question in
Help & Support
Replies: 1 comment 2 replies
-
|
I ran into this. gave unexpected token. This worked, definitely a bug, and still here 5 years later. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I’m following the normal tutorial for concourse, it was working fine until a few days ago. When logging into concourse it brings me to a white page saying “invalid state token”. I’ve cleared cache cookies, and I even destroyed the project and created a new one and that hasn’t worked. I've deleted the target from ~/.flyrc and recreated. I tried other browsers and in incognito. I can't seem to find a solution. from the looks of it the authentication is working, but my browser(Chrome, Firefox) isn't setting the state token maybe, any ideas? Any help would be appreciated. Thank you!
Edit: Edit: Finally figured it out. It's a bug. Because I start docker-compose with the external url as http://localhost:8080, but then I set my target login as http://127.0.0.1:8080 and log in with http://127.0.0.1:8080 it causes the sort of error. It has to match the external url, so I changed it and it works.
Beta Was this translation helpful? Give feedback.
All reactions