-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bookmarklet seems to point to public keycloak instance not to local #7
Comments
You right! It's hard coded here: https://github.com/nunux-keeper/keeper-web-app/blob/master/public/index.html#L20 |
I just fixed the webapp. Can you pull a fresh keeper-web-app image and retry? |
I was not able to test as the Bookmarklet does now not honor the K_REALM Url which causes a redirect to the https://keep.corrently.cloud/keeper/keycloak.json => Auth_Server_URL and this does not contain the Servername (see previous issue) |
What's the value of K_REALM ? |
In my Bookmarklet |
It's correct... so I don't really understand the pb you have. Bookmarklet is not working as expected? |
Looking at the resulting JS Code at:
https://keep.corrently.cloud/keeper/bookmarklet
it has:
I assume it should be:
I think the code comes directly from the source and is not get customized during a
make deploy
based on .env settings.The text was updated successfully, but these errors were encountered: