mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-15 15:45:49 -06:00
[GH-ISSUE #157] WebApp v.1.17.0: TypeError: crypto.subtle is undefined - messages not loaded in running session #128
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#128
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 @arminus on GitHub (Mar 12, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/157
First of all, thanks for the new web app, great job!
I do have an issue, though (v.1.17.0 installed on a Pi4), Firefox 97 on Win10, topic with auth enabled).
Messages only arrive in the browser after a page reload, and then with some delay (until the first [Poller] log message appears), same message arrives immediately on Android and in a Python listener I have running on the same box as my Firefox.
Here's the console output with the error I get on page load:
( -> quick google revealed this - some Firefox peculiarity?)
With Brave, the situation is slightly different, there's also a delay until the messages appear (after a page reload), but the JS errors are different:
@binwiederhier commented on GitHub (Mar 12, 2022):
Thank you very much for reporting this. I'll get it fixed asap.
@binwiederhier commented on GitHub (Mar 12, 2022):
Fixed in
3699464947, I'll release this shortly.Thank you for reporting.
@binwiederhier commented on GitHub (Mar 12, 2022):
This is deployed now. Feel free to test.
@arminus commented on GitHub (Mar 12, 2022):
Works now, thanks for the quick fix!