-
Notifications
You must be signed in to change notification settings - Fork 266
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
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'subscriptionFailedCallback') #684
Comments
@divsbhalala were you able to find what was causing this issue? We are having a lot of reports in sentry as well |
We have the same issue. |
@divsbhalala |
Same happening here, been happening for months.
|
Same here. |
Any updates on this? |
Duplicate of #509 |
Any updates ?
|
Anyone have any ideas? I'm hitting this using Next with strict mode turned off. I managed to temporarily work around this by delaying setting up the subscription using a |
in my case |
@omerson can you elaborate on how this fixed your problem? Do you have a code example? I am facing the same issue today. |
I believe this happens specifically during navigation in nextJS so just delaying setting up the subscription until after the page renders seems to work. I have a PR that fixes this that we've been running in prod as a patch (using patch-package) for a couple days without issue and I haven't seen this pop up again. Trying to get someone from AWS to review but it seems like this package is abandoned. |
+1 @shawngustaw did u fix it ? |
@shamseer-ahammed yes using a patch with this PR: |
Any updates on this? |
facing the same issue in nextjs app |
@gong917727564 @ivadenis tried with |
I implement the subscription in my app and subscription working fine but in sentry and console I am seeing this error
The text was updated successfully, but these errors were encountered: