-
|
As title. Im running in docker and looking through the issues i see that there are web push? but i cant seem to find the documentation to get it configured. i do not have SMTP setup and solely using only based on google login. will this allow push notification via PWA? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
|
See the relevant env variables from # Push notification, Web Push: https://www.npmjs.com/package/web-push
# generate web push keys using this command: npx web-push generate-vapid-keys --json
# or use the online tool: https://vapidkeys.com/
WEB_PUSH_PRIVATE_KEY=
WEB_PUSH_PUBLIC_KEY=
WEB_PUSH_EMAIL=Once these are filled in, you can go to the account page and enable notifications with a dedicated button. |
Beta Was this translation helpful? Give feedback.
-
|
And yes, you don't need SMTP for web push to work |
Beta Was this translation helpful? Give feedback.
-
|
I have generated the keys using Anyway, I have enabled the notifications and tried to ask a friend to add a payment split between us, and I did not receive any notification. I am using the web app saved in my iPhone as an app, as instructed. |
Beta Was this translation helpful? Give feedback.
-
|
Regarding the Regarding the broken notifications, could you try the new 1.5.5 release? |
Beta Was this translation helpful? Give feedback.
Try the new
1.5.6release and see if the situation improved.