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

#1823 Get the push-notification working again #1828

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

SebinSong
Copy link
Collaborator

closes #1823

await sbp('service-worker/setup-push-subscription').catch((e) => {
// TODO: Temporary until this is better addressed. When running tests,
// it results in an AbortError.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, just removing that isNaN(1) made it start working again, and I didn't encounter any AbortError kind of error message while seeing it was running okay. My guess is that probably the similar issue was sorted out a while ago but then that fix didn't get merged to e2e-protocol branch and went to master instead.

@SebinSong SebinSong self-assigned this Feb 1, 2024
Copy link

cypress bot commented Feb 1, 2024

Passing run #1844 ↗︎

0 110 8 0 Flakiness 0

Details:

Merge 69a9092 into 921a611...
Project: group-income Commit: 6f3bdad23f ℹ️
Status: Passed Duration: 10:44 💡
Started: Feb 1, 2024 11:20 PM Ended: Feb 1, 2024 11:31 PM

Review all test suite changes for PR #1828 ↗︎

Copy link
Member

@taoeffect taoeffect left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @SebinSong!

@taoeffect taoeffect merged commit 7233a5c into master Feb 2, 2024
4 checks passed
@taoeffect taoeffect deleted the sebin/#1823-broken-push-notification branch February 2, 2024 01:46
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

Successfully merging this pull request may close these issues.

PWA push subscription flow is broken
2 participants