Skip to content
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

Open
IHIutch opened this issue Dec 30, 2020 · 14 comments
Open

Infinite reload loop after allowing notifications #24

IHIutch opened this issue Dec 30, 2020 · 14 comments

Comments

@IHIutch
Copy link

IHIutch commented Dec 30, 2020

    "@nuxtjs/onesignal": "^3.0.0-beta.16",
    "@nuxtjs/pwa": "^3.0.2",
    "nuxt": "^2.14.6"

Whether I have notifyButton set in my nuxt.config.js or I use this.$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 Firefox

@oatkung
Copy link

oatkung commented Jan 13, 2021

I have the same problem.

@TonyDeplanque
Copy link

I have the same problem...

@tjaydk
Copy link

tjaydk commented Jun 22, 2021

Same issue here with both Chrome and Firefox

@Cuke7
Copy link

Cuke7 commented Jul 6, 2021

Same here, any news ? Can you actually use this module ?

@ikoshele
Copy link

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.

@DiegoPerea
Copy link

Same issue here. Did you work it out?

@iohansson
Copy link

@DiegoPerea I've created a pull request, the solution works for me.
Check it out #36

@z0lo13
Copy link

z0lo13 commented Jan 27, 2022

@iohansson do you have a comiled sdk file?

@nt-manlai
Copy link

Downgrade your nuxtjs/pwa to same as current nuxtjs/onesignal version like --> "@nuxtjs/pwa": "^3.0.0-beta.16". This worked for me.

@palatok
Copy link

palatok commented Mar 20, 2022

@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.

@dennisbusk
Copy link

I have the same problem.
It just keeps looping.
Making the whole site unusable

@CHOMNANP
Copy link

Anyone manage to get the notification working?
I have the same issue.

@NCLlamas
Copy link

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!

@twilliams0001
Copy link

Same issue here... Looks like I'll be removing this module!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests