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
Please, tell us how to recreate the issue in as much detail as possible.
Describe the steps to reproduce it.
When clicking on the login button, my authentification is not loaded and I have the following error. It seems like my authentification does not have the time to load !
JS: WebView loadStarted http://xx.xxx.xxx.xxx:8080/realms/x/protocol/openid-connect/auth?...response_mode=query&state=abcd
JS: back to main page with error:
JS: incomplete
JS: Error: incomplete
JS: WebView loadFinished http://xx.xxx.xxx.xxx:8080/realms/x/protocol/openid-connect/auth?client_id=...scope=openid&response_mode=query&state=abcd
(When typing the url in Chrome without going through nativescript I do not have any problem)
Is there any code involved?
provide a code example to recreate the problem
(EVEN BETTER) provide a .zip with application or refer to a repository with application where the problem is reproducible.
Make sure to check the demo app(s) for sample usage: done
Make sure to check the existing issues in this repository: done
If the demo apps cannot help and there is no issue for your problem, tell us about it
Please, ensure your title is less than 63 characters long and starts with a capital
letter.
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Describe the steps to reproduce it.
When clicking on the login button, my authentification is not loaded and I have the following error. It seems like my authentification does not have the time to load !
(When typing the url in Chrome without going through nativescript I do not have any problem)
Is there any code involved?
Implement the
demo angular
code (code)Define a configureOAuthProviderMyCustomProvider as below in the
auth-providers-helper.ts
fileKeycloakProviderOptions
andKeycloakProvider
as in this issueThank you in advance for your responses ! 🙏
The text was updated successfully, but these errors were encountered: