-
-
Notifications
You must be signed in to change notification settings - Fork 507
docs: add webpush related troubleshooting steps #2170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Add potential fixes for users who fail to enable their web push notifications
Modify appName syntax for better coding norm Co-authored-by: Gauthier <[email protected]>
|
|
||
| ## Failed to enable web push notifications | ||
|
|
||
| ### Option 1: You are using pihole |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pi-hole
| ### Option 1: You are using pihole | |
| ### Option 1: You are using Pi-hole |
|
|
||
| ### Option 1: You are using pihole | ||
|
|
||
| When using pihole, you need to whitelist the proper domains in order for the queries to not be intercepted and blocked by pihole. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| When using pihole, you need to whitelist the proper domains in order for the queries to not be intercepted and blocked by pihole. | |
| When using Pi-hole, you need to whitelist the proper domains in order for the queries to not be intercepted and blocked by Pi-hole. |
| If you are using a chromium based browser (eg: Chrome, Brave, Edge...), the domain you need to whitelist is `fcm.googleapis.com` | ||
| If you are using Firefox, the domain you need to whitelist is `push.services.mozilla.com` | ||
|
|
||
| 1. Log into your pihole through the admin interface, then click on Domains situated under GROUP MANAGEMENT. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 1. Log into your pihole through the admin interface, then click on Domains situated under GROUP MANAGEMENT. | |
| 1. Log into your Pi-hole through the admin interface, then click on Domains situated under GROUP MANAGEMENT. |
| 1. Log into your pihole through the admin interface, then click on Domains situated under GROUP MANAGEMENT. | ||
| 2. Add the domain corresponding to your browser in the `Domain to be added` field and then click on Add to allowed domains. | ||
| 3. Now in order for those changes to be used you need to flush your current dns cache. | ||
| 4. You can do so by using this command line in your pihole terminal: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 4. You can do so by using this command line in your pihole terminal: | |
| 4. You can do so by using this command line in your Pi-hole terminal: |
Add potential fixes for users who fail to enable their web push notifications
Description
Update troubleshooting documentation for users who have troubles with the web push notifications, due to pihole or Brave browser.
To-Dos
pnpm buildpnpm i18n:extractIssues Fixed or Closed