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
Im relative new to vue and i am trying to connect my Vue Application based on Quasar with Keycloak. I followed this tutorial and used the dsb-norge/vue-keycloak-js library.
Everything works in case, the Keycloak server is reachable.
Now, of course, it is possible that the server is unreachable for some reason, such as DNS problems. In this case i got a blank white page instead of showing the page without working login button. With using the onInit Option from the library i can catch the error but very lately and still the page is blank.
How can the page still loaded and show content just without a working login button if the keycloak server is unreachable/not able to process my request?
Im relative new to vue and i am trying to connect my Vue Application based on Quasar with Keycloak. I followed this tutorial and used the dsb-norge/vue-keycloak-js library.
Everything works in case, the Keycloak server is reachable.
Now, of course, it is possible that the server is unreachable for some reason, such as DNS problems. In this case i got a blank white page instead of showing the page without working login button. With using the onInit Option from the library i can catch the error but very lately and still the page is blank.
How can the page still loaded and show content just without a working login button if the keycloak server is unreachable/not able to process my request?
The text was updated successfully, but these errors were encountered: