-
Notifications
You must be signed in to change notification settings - Fork 8
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
Infinite reload loop after allowing notifications #24
Comments
I have the same problem. |
I have the same problem... |
Same issue here with both Chrome and Firefox |
Same here, any news ? Can you actually use this module ? |
Probably you're trying to debug on dev mode. I had the same issue. If start the app in prod mode, everything works as expected. |
Same issue here. Did you work it out? |
@DiegoPerea I've created a pull request, the solution works for me. |
@iohansson do you have a comiled sdk file? |
Downgrade your nuxtjs/pwa to same as current nuxtjs/onesignal version like --> "@nuxtjs/pwa": "^3.0.0-beta.16". This worked for me. |
@nt-manlai , unfortunately it didn't solve the problem. I am still getting infinite reload loop after downgrading to "@nuxtjs/pwa": "^3.0.0-beta.16" . I am using Chrome 99 on MacOs. |
I have the same problem. |
Anyone manage to get the notification working? |
I'm currently dealing with this issue as well...surprised there hasn't been any movement or even hint at a solution. This is a pretty big dealbreaker for this module! |
Same issue here... Looks like I'll be removing this module! |
Whether I have
notifyButton
set in mynuxt.config.js
or I usethis.$OneSignal.showSlidedownPrompt()
, after I select "Allow" in the native prompt, the browser infinitely reloads. If I reset the "Notifications" setting back to "Ask", the issue goes away. Happening in both Chrome and FirefoxThe text was updated successfully, but these errors were encountered: