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
{{ message }}
This repository was archived by the owner on Aug 4, 2024. It is now read-only.
First of all, thanks for the great content! However as I was following through part 9 of dockerizing the application, I was not able to get a new access token even after changing localhost to keycloak in the access token url. I also made changes to my hosts file to point the keycloak hostname to the localhost IP address of 127.0.0.1. I also made sure to regenerate a new client secret.
I've also tried running the docker-compose.yml file in this GitHub repository just in case my own docker-compose file had issues, but the problem still persisted even after running Sai's docker-compose.yml file.
Do note that everything is fine when the applications were ran locally and not in the docker containers.