You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before filing this report, I have read the documentation fully and followed it.
I understand that if the "issue" is something that is already answered by the documentation and/or are caused by me not reading the documentation, the issue will be blocked and/or locked (with the implicit explanation being to "go read the docs"), and I may not be able to open another issue for this repository ever again.
Issue Description
Describe the bug
When I connect with Keycloak SSO, I get "Cannot GET /app/login"
Deployment Method
I deploy with docker-compose.yml + .env
To Reproduce
Steps to reproduce the behavior:
Go to URL/app
Click on SSO
Connect
See error
Expected behavior
Expect to see dashboard
The text was updated successfully, but these errors were encountered:
Hi, there is not nearly enough information to replicate. Do you have any logs? And which docker-compose.yml? The one at the top level is used only for development.
Generally, "I see an error" is not enough information for debugging. The more you can provide, the faster you can get help.
I had the same issue just now. In Keycloak in the client's capability config, I changed "Client authentication" to off, and enabled Standard flow, Direct access grants, Implicit flow. Then clear browser cache for blink.your-domain.info and keycloak.your-domain.info. Then it worked. But I'm a Keycloak newbie and what I did might be insecure, but it resolved the issue.
Disclaimers
Issue Description
Describe the bug
When I connect with Keycloak SSO, I get "Cannot GET /app/login"
Deployment Method
I deploy with docker-compose.yml + .env
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect to see dashboard
The text was updated successfully, but these errors were encountered: