mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #438] Error opening https://ntfy.sh/app and switching to "Subscribe to Topic" #336
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#336
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.subscriptionsingithub.com/binwiederhier/ntfy@947a4c1e74/web/src/components/SubscribeDialog.js (L60)is undefined, which is injected at the very top viauseLiveQuerygithub.com/binwiederhier/ntfy@947a4c1e74/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.