Having trouble connecting to Keycloak #5001
Replies: 5 comments 2 replies
-
I'm still trying but not luck, I added the github provider and it works like a charm i really don't know what's wrong with keycloak |
Beta Was this translation helpful? Give feedback.
-
Hey @samuel-esp, As you can see in the error message your Keycloak address http://localhost:8080 is somehow translated to ::1:8080, which is the IPv6 address equivalent of localhost. Somehow IPv6 seems to be disabled in your setup. You can "fix" your error by changing your Keycloak Issuer URI from http://localhost:8080... to http://0.0.0.0:8080. I hope was able to help you 👋 |
Beta Was this translation helpful? Give feedback.
-
Do you can solve this? |
Beta Was this translation helpful? Give feedback.
-
I am also facing this issue |
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question 💬
I'm having some trouble integrating Keycloak with Next-Auth, i keep getting "signin?error=OAuthSignin - try signin in with a different account" as soon as i click the Keycloak button that should redirect me to the Keycloak sign in page.
My env file:
This is the error i get from the console
How to reproduce ☕️
My env file:
Keycloak access type is set to confidential
This is the error i get from the console
_AppJs file
index.js
dependencies
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
Beta Was this translation helpful? Give feedback.
All reactions