-
Notifications
You must be signed in to change notification settings - Fork 44
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
Problems with redirect when useWebPopup = false #27
Comments
Any news regarding this issue? We are investigating the same behaviour .. |
Any news. What I've done is to show the login with the popup, although it's not what the customer prefers, but at least we could deliver this part somehow. |
Same here. But sometimes the popup window together with blocker are causing problems.. So we want to switch ... |
That's why we want to switch as well |
Finally i found a solution for that issue. You have to modify your index.html in web folder. I stored the destination on statup.
After callback you will be redirected to the correct page. So my app is working without login popup |
Good morning, Apparently I've followed all the steps to get the web working with this plugin, and when it comes to the redirect, it redirects me to /null. I'm testing the compiled web with Xampp. It works perfectly with useWebPopup = true, but the customer wants it to work without popup.
The callback.html file is located in the root of the web folder, as you can see.
The web form is shown without problem.
When it comes to the redirect after the login, it redirects me to /null.
This is the content of the callback.html
If anybody has any idea about what might be wrong, I will appreciate it a lot.
Thank you in advance.
The text was updated successfully, but these errors were encountered: