404 error for step1.html server version 17
See original GitHub issueBug Report or Feature Request (mark with an x)
- [X] bug report -> please search for issues before submitting
- [ ] feature request
Versions.
server@17.0.1
“keycloak-angular”: “^9.1.0”, “keycloak-js”: “^16.1.1”,
Repro steps.
- Creating a dev server by running:
docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:17.0.1 start-dev
2.Removing the header policies since there is an error regarding iframe. 3. trying to communitcate with the server
NOTE: Trying to create a docker with lower server version(16.1.1) result to an error with the docker.
I’m willing to create an example in any version of either server or keycloak-js, but i couldn’t find any match that works.
The log given by the failure.
404 NOT FOUND http://localhost:8080/auth/realms/master/protocol/openid-connect/3p-cookies/step1.html 404 (Not Found)
Desired functionality.
Should initate an instance
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Step1.html HTTP 404 Error - Configuring the server - Keycloak
Hello, I am working on a Keycloak POC and I have successfully created an image and deployed it to an Azure Kubernetes Service...
Read more >GET http://localhost:8180/auth/realms/Storage/protocol/openid ...
Keycloak with Angular and Spring error: GET http://localhost:8180/auth/realms/Storage/protocol/openid-connect/3p-cookies/step1.html 404 (Not ...
Read more >404 Page cannot be found. Please check the URL Adminui
When running an AdminUI and when trying to login, the browser receives return code 404. The AdminUI reports :
Read more >Keycloak openid-connect/3p-cookies/step1.html not found error
I am trying to configure my Keycloak hostname. I have a frontend URL for the public requests and an admin URL not publicly...
Read more >SSR Handling of 404 and 500 Errors - Quasar Framework
The handling of the 404 & 500 errors on SSR is a bit different than on the other ... res.status(500).send('500 | Internal Server...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is not a bug, it’s a 17 Version problem. Change the Url address to http://localhost:8080 instead of http://localhost:8080/auth in the example
I have the same problem with KC 19.0.2 in production mode when building with
--http-relative-path=/auth --features-disabled=admin2.