跳转到内容

Notifications troubleshooting

此内容尚不支持你的语言。


  1. Settings → Notifications — is New Message Notifications actually on for this device? Preferences are per device.
  2. Is push enabled for the specific account you’re expecting messages from? Each connected account has its own toggle.
  3. Click Send test. If the test arrives, push works and the problem is elsewhere.
  4. Click Refresh to re-read the current status.

The Troubleshooting section reports the real state of the push stack:

FieldHealthy valueIf not
GCM Sender IDPresentMissing GCM sender ID in manifest — a server-side config issue; contact support
FCM reachableYesYour network or VPN is blocking Firebase Cloud Messaging
PermissionGrantedEnable notifications for the site in browser settings
Service workerRegisteredClear site data and reload
SubscriptionActiveFailed (timeout) usually means FCM is blocked
EndpointA URLMissing means no subscription exists

When Entergram recognises a specific failure it names it and suggests the fix directly.


Force reset“Use this if notifications are stuck or missing.”

It clears the local push registration and re-subscribes from scratch. This resolves most “it used to work” cases, especially after a browser update or a site-data clear.


If the reset doesn’t help, in order:

  1. Open chrome://gcm-internals and check whether your browser has a registration at all.
  2. Sign in again in an incognito window — this rules out a corrupted service worker or extension interference.
  3. Clear site data for Entergram and reload.
  4. Try Firefox to confirm whether it’s Chrome-specific.
  5. Open chrome://settings/content/notifications to reset notification permissions for the site.

The most common cause of Subscription timed out is that FCM is blocked — by a corporate firewall, a VPN, or a DNS filter.

Test by tethering to a phone hotspot. If push works there, the fix is a network change (allow fcm.googleapis.com and Google’s push endpoints), not an app setting.


  • Installed as a PWA — push works in installed mode; make sure OS-level notifications for the app are enabled too.
  • macOS — check System Settings → Notifications for your browser; Focus modes silently suppress notifications.
  • Windows — Focus assist does the same thing.
  • Mobile browsers — support varies. If the app says “Push notifications not supported”, your browser doesn’t implement them.

They’re independent settings. The panel tells you which state you’re in:

  • Toast notifications are disabled, but sound notifications are enabled
  • Toast notifications are enabled, but sound is muted
  • All notifications are currently disabled
  • All notifications are enabled

Reminder notifications come from the Telegram reminder bot, not from browser push. If reminders don’t fire, run the bot setup rather than debugging push — see Reminders.