Troubleshooting¶
If notifications are not working the way you expect, most problems fall into one of the six cases below. Try them in order — the first one you match is almost always the answer.
I clicked “Block” by mistake and now nothing happens¶
Browsers do not let a website ask for notification permission again after you click Block. You have to reset it yourself:
Click the small icon in the address bar next to the site name (usually a 🔒 padlock or ⚙️ tune icon).
Look for Notifications in the menu that opens.
Change it from Block to Ask (default) or Allow.
Reload the page. The “Enable Notifications” button will come back (or, if you chose Allow, you are now subscribed and nothing needs clicking).
I allowed notifications but I am not getting any¶
Work through these in order:
Check the site is still allowed. Same steps as above — click the icon in the address bar and confirm Notifications is set to Allow. Browsers can sometimes reset permissions on their own if you never visit the site.
Check you are on the right device / browser. Notifications are tied to the exact browser you subscribed with. Signing in on a different laptop or phone means you need to allow notifications there too — each device is separate.
Trigger a test. Ask the person who set up the notifications (usually an administrator) to send you a test one from the configuration screen. If the test arrives, real events will too; if it does not, the problem is with the site’s setup and they need to check the server logs.
Check Do Not Disturb / Focus mode. Both Windows and macOS have a system-wide setting that silences notifications from every app. If you have that on, browser notifications are hidden until you turn it off.
Notifications work on my computer but not on my iPhone / iPad¶
Apple has two rules that catch most people out:
iOS 16.3 or older cannot receive web notifications at all. Update to iOS 16.4 or later.
On iOS you must “Add to Home Screen” first. Open the site in Safari, tap the Share button, then Add to Home Screen, then open the site from that new home-screen icon. Only then will the Allow notifications prompt work. Notifications from a regular Safari tab are silently ignored on iOS — this is an Apple rule, not something the site can change.
I want to start fresh — how do I reset everything for this site?¶
If you want to see the “Enable Notifications” button again, or you just want to wipe every setting the site has stored in your browser, use Clear site data:
Open the site.
Press F12 (or right-click → Inspect) to open Developer Tools.
Go to the Application tab.
In the left menu, click Storage.
Click the Clear site data button.
Close Developer Tools and reload the page.
This clears the “you already dismissed the pill” flag, cookies for the site, and cached data. Your notification permission (Allow / Block) is not cleared by this — reset that separately via the address-bar icon if needed.