mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-15 07:35:49 -06:00
[GH-ISSUE #438] Error opening https://ntfy.sh/app and switching to "Subscribe to Topic" #335
Labels
No labels
ai-generated
android-app
android-app
android-app
build
build
dependencies
docs
enhancement
enhancement
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
server
server
unified-push
web-app
website
🔒 security
🔥 HOT
🪲 bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ntfy#335
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KikyTokamuro on GitHub (Oct 11, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/438
Stacktrace:
@KikyTokamuro commented on GitHub (Oct 11, 2022):
Time passed and the error did not appear again.
@binwiederhier commented on GitHub (Oct 11, 2022):
Well people do say time heals all wounds. Hehe.
No but anyway, this should not happen. I'll check it out later. Thank you for reporting.
@binwiederhier commented on GitHub (Oct 11, 2022):
The stack trace implies that
props.subscriptionsin947a4c1e74/web/src/components/SubscribeDialog.js (L60)is undefined, which is injected at the very top viauseLiveQuery947a4c1e74/web/src/components/App.js (L69), which is a function provided by Dexie.js (the persistence library I use).I have no idea how this happened, sadly. I'm gonna leave this open for a while and if it doesn't happen to anyone else I'll likely just close it. 🤷 -- Sorry I can't help.