mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #539] NTFY Crashed #409
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#409
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 @oussamaelhajoui on GitHub (Dec 10, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/539
ntfy local server hosted crashed
command used to serve
Stack trace
DatabaseClosedError: UnknownError Internal error.
UnknownError: Internal error.
at from (../node_modules/dexie/dist/modern/dexie.min.mjs:16621:1)
at from (../node_modules/dexie/dist/modern/dexie.min.mjs:17696:1)
at from (../node_modules/dexie/dist/modern/dexie.min.mjs:25902:1)
at from (../node_modules/dexie/dist/modern/dexie.min.mjs:26933:1)
at from (../node_modules/dexie/dist/modern/dexie.min.mjs:19137:1)
at all (app/UserManager.js:15:5)
at tryCatch (../node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js:16:44)
at maybeInvokeDelegate (../node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js:21:125)
DatabaseClosedError: UnknownError Internal error.
UnknownError: Internal error.
at at r_ (http://77.164.145.64/static/js/main.d80020db.js:2:1077062)
at at Rm (http://77.164.145.64/static/js/main.d80020db.js:2:920645)
at at Dm (http://77.164.145.64/static/js/main.d80020db.js:2:922811)
at at n (http://77.164.145.64/static/js/main.d80020db.js:2:976906)
at at i (http://77.164.145.64/static/js/main.d80020db.js:2:980087)
at at C (http://77.164.145.64/static/js/main.d80020db.js:2:344292)
at at S (http://77.164.145.64/static/js/main.d80020db.js:2:344014)
at at O (http://77.164.145.64/static/js/main.d80020db.js:2:344403)
at at Bm (http://77.164.145.64/static/js/main.d80020db.js:2:922071)
at at fv (http://77.164.145.64/static/js/main.d80020db.js:2:975360)
at at Suspense
at at c_
@binwiederhier commented on GitHub (Dec 10, 2022):
This is an error in Dexie.js, the library that I used to talked to IndexedDB in the browser. To the best of my knowledge, there is nothing you can do about this but wipe the local browser database. I checked the Dexie.js issues (https://github.com/dexie/Dexie.js/issues), but couldn't find anything about this.
When the user account tickets (#522, ..) are complete, this will hopefully not be a big problem anymore.
Workaround
To wipe the local browser DB, press F12 to open the developer console and delete the IndexedDB database. This will sadly lose all your subscriptions and settings:
Firefox
F12 -> Storage -> Indexed DB
Chrome
F12 -> Application -> Indexed DB
