Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
59 views

We have a PWA and we want to send Web Push notifications using two different providers. If we register two separate ServiceWorkers under different scopes, can we use each ServiceWorker’s own ...
Omid Golparvar's user avatar
0 votes
1 answer
69 views

I have created a PWA from my Laravel + Inertia react app, I have a service-worker running that listens to push events. Whenever we register the service-worker initially we subscribe to the push event: ...
Keygun2k1's user avatar
  • 460
0 votes
0 answers
56 views

I’m working on implementing push notifications in my web app. On localhost, everything works perfectly — my notifications show the correct title and body. But once I deploy to production, Chrome only ...
Anant Jha's user avatar
0 votes
1 answer
126 views

Overview I have a Quasar application setup with InjectManifest (and Vite, if that matters) for access to custom service workers. When running Quasar normally (PWA mode), push messages are received ...
Duko's user avatar
  • 3
0 votes
0 answers
180 views

What I want to achieve I want to play a notification sound and trigger vibration simultaneously when receiving a web push notification. Current situation I have created a PWA (Progressive Web App) and ...
ktRAW1574's user avatar
0 votes
1 answer
58 views

In the HTTP Web Push Protocol (RFC8030) in section 5.1 (Requesting Push Message Delivery) it is stated that: "The push service MUST support delivery confirmations". But is that actually ...
0xZ3RR0's user avatar
  • 642
0 votes
1 answer
189 views

I my web push server I try send message to endpoint start with "jmt17.google.com" and I got error 404 A valid push subscription endpoint should be specified in the URL as such: https://fcm....
Vladimir Shttl's user avatar
-1 votes
2 answers
71 views

I am working on a backend PHP script to send notifications to a subscription. Here is my code: <?php $endpoint = "https://wns2-by3p.notify.windows.com/w/?token=BQYAAAAEycZlxsQTTp9zcqC%...
Peemima's user avatar
1 vote
0 answers
114 views

I have a PWA that should open a specific page when a notification is clicked. Right now I'm testing on iPhone 18.1.1, and it works in all scenarios except when the PWA is closed (swiped away). When ...
Måns's user avatar
  • 21
2 votes
1 answer
140 views

My implementation of Web-Push works fine with Chrome & Firefox, but not with MS edge (even after % decoding). Question: How to make it work? FYI, their URLs appear in different formats: Chrome ...
iammilind's user avatar
  • 70.6k
0 votes
1 answer
635 views

I'm having issues sending Web Push Notifications to Edge. It works great in Chrome, Firefox, Safari, but not Edge. I can get the endpoint, auth, and p256dh in the browser and save them to my database. ...
Dean Koštomaj's user avatar
0 votes
1 answer
137 views

Pop-up not showing despite console saying it's "Requesting PermissionNotification.requestPermission().then((result) => { permission = result === 'granted' ? true : false; }); On android ...
user28670106's user avatar
2 votes
0 answers
669 views

As of November 2024, what is the reliability of Web Push Notifications in Android and iOS mobile devices? I have read on several pages such as this post and the Chromium support link in that post bug. ...
Smith5727's user avatar
  • 845
1 vote
1 answer
115 views

I'm busy following this guide by Google: https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/functional-samples/cookbook.push Obviously this is completely impractical for production ...
Conrad's user avatar
  • 457
0 votes
0 answers
92 views

I received a commission for a PWA that uses the Web push Protocol for receives notifications from the server. The PWA is in WASM, with Blazor .NET 8. I used JS for the entire Web push architecture. ...
Renato's user avatar
  • 3
0 votes
0 answers
84 views

Using webpush, just a quick and dirty POC to see if i can get push notifications to work. index.html just has two buttons, one to subscribe, one to test the push notification. I have sufficient logs ...
David Fox's user avatar
  • 10.8k
0 votes
0 answers
106 views

I have created a service worker in angular where I have subscribed the background notification but every time a notification is received in the browser an additional notification is also triggered ...
ja7m's user avatar
  • 1
0 votes
0 answers
77 views

I am trying to understand browser support for event pushsubscriptionchange. I found this old blog post of Chrome (2016) saying that support starts from version 54. On MDN page it's reported that only ...
nulll's user avatar
  • 1,611
2 votes
2 answers
648 views

I'm having a very difficult time making Web Push notifications work via Azure Notification Hubs. Browser notifications support has been announced in March 2024, but it looks like any kind of proper ...
Menion Leah's user avatar
1 vote
1 answer
2k views

I have NextJS PWA app and I configured it with VAPID and web-push (nodejs). The notification pops up on all other devices (android, web, mac safari) but not on iphone with safari. Extra details: I ...
Andrew P's user avatar
0 votes
1 answer
928 views

I have a java application: the backend developed with Spring, and the front end with React. Now I have turned my web application into a PWA, and I am trying to send Web Push Notifications from the ...
LCh's user avatar
  • 19
5 votes
1 answer
1k views

In our company, we provide web push notifications as a service for our customers. We've noticed a rise in 404 errors in the last days of June 2024 and messages like "A valid push subscription ...
DraQ's user avatar
  • 390
0 votes
1 answer
107 views

We're using WebPush in our newly migrated extension to MV3. It's both for user-facing notifications and background updates. Some users have been complaining that they are seeing "Site has updated ...
Erik Rothoff's user avatar
  • 5,183
0 votes
0 answers
173 views

I don't understand a bit about the termination of support for the firebase API. Will this affect the usual sites that work through the endpoint? https://developer.mozilla.org/en-US/docs/Web/API/...
user25762851's user avatar
2 votes
0 answers
421 views

As the title says, I'm having problems checking web push notifications permissions just on safari. Also note that this does not happens on every single iOS device. When my app loads, it checks for ...
Lucas Marçal Dos Santos's user avatar
3 votes
1 answer
647 views

I'm working on a web app (React on frontend and NestJS on backend) and I implemented push notifications. I registered a service worker on the frontend and, upon login, i ask my user for permission for ...
twennyfouwr's user avatar
1 vote
0 answers
163 views

I'm sending web push notifications to Google Chrome (which uses FCM endpoints). Are there any steps that need to be taken since Firebase will be removing FCM legacy APIs, or is this only affecting ...
Habiba Gamal's user avatar
1 vote
1 answer
411 views

I am using Firebase Cloud Messaging (FCM). But this same issue occurs in FirebaseJS. I want to use ONLY Push API to do in-browser messages without requiring ANY Notifications API at all. In order to ...
Steve Kennedy's user avatar
1 vote
0 answers
516 views

I am migrating our WebPush APP from FCM APIs to HTTP v1. In updating the payload of send request I target specific devices, and it gives: { code: 404, message: 'Requested entity was not found.', ...
Oleksandr Bilohura's user avatar
-1 votes
1 answer
176 views

I'm in the process of implementing web push notifications for my website and I'm considering MoEngage as a potential solution. However, I'm seeking guidance on integrating MoEngage for web push ...
Vishesh Kumar Singh's user avatar
0 votes
0 answers
73 views

"{"multicast_id":2590279481594016535, "success":0, "failure":1, "canonical_ids":0, "results":[{"error":"InvalidRegistration"}]...
Ronak Jain's user avatar
0 votes
0 answers
2k views

I faced to a error from web-push library in my nodejs backend app. When I want to set public key and private key in web-push with webpush.setVapidDetails() I received an error in my terminal that said:...
Seyed Sadegh's user avatar
2 votes
1 answer
629 views

As we know, HTTP legacy API was deprecated on June 20, 2023, and will be removed in June 2024. The problem is HTTP legacy API and Web Push Protocol are sharing the same endpoint: POST https://fcm....
pprishchepa's user avatar
  • 1,117
1 vote
2 answers
1k views

I am using service worker concept (API) to send web push notifications, this is the book that I followed and got the code sample from. Below code works perfectly fine to get the subscription from a ...
viveksinghggits's user avatar
1 vote
0 answers
693 views

There is a lot of information over the internet and also here on Stackoverflow, but I'm still confused and be glad to get some clarifications. I have read: How to register two different service-...
NoobCoder's user avatar
  • 615
1 vote
0 answers
209 views

All browsers suggest to limit the number of web push notification else the account will get blocked. However how much is too much? Could not find any official document which mention of any specific ...
sunilsurana's user avatar
3 votes
0 answers
842 views

Context: I've wrapped our web app, built using Meteor and React, using the PWABuilder website and generated Android source code from it. To enable push notifications, we've successfully integrated the ...
Foyzul Karim's user avatar
  • 4,520
1 vote
1 answer
797 views

We can send web push from java server to PWA on Android/Chrome works fine, but sending to PWA on iPhone/Safari fails with 403 Forbidden. Works fine on Android phone PWA gets installed on Android ...
ScottD's user avatar
  • 104
0 votes
0 answers
160 views

According to this Telegram link, I generate a p256dh and auth and then register them with Telegram server using the code below: var ecParameters = Org.BouncyCastle.Asn1.Nist.NistNamedCurves.GetByName(&...
Hamid Z's user avatar
  • 328
3 votes
1 answer
584 views

I tried to use/import the web-push library (https://github.com/web-push-libs/web-push) for node-js in a deno supabase edge function and it does not work. Is it possible to use the mentioned library ...
tobias hassebrock's user avatar
0 votes
0 answers
230 views

I'm building a PHP Web Push notification Listener for Mastodon. I successfully created a subscription by sending the following post data to the Mastodon subscription API URL: $post_data = array( ...
Marcel Bootsman's user avatar
0 votes
1 answer
918 views

Has anyone been able to get Web Push notifications to work on iOS? I have followed the blazor pizza example https://github.com/dotnet-presentations/blazor-workshop/blob/main/docs/09-progressive-web-...
seanmt13's user avatar
  • 422
4 votes
0 answers
552 views

I have just written a small app to handle push notifications via FCM (both client & server API). Also, I have used Google Cloud BigQuery to have more detailed logs about how I'm handling push ...
Ali Tavafi's user avatar
0 votes
0 answers
2k views

On iOS, how does a PWA know how many web push notifications are outstanding, in order to show a count badge on the app icon? I have a web site which supports being installed as a standalone PWA (...
Ben's user avatar
  • 2,111
0 votes
1 answer
291 views

I'm trying to write to a service worker to receive push notifications. To display the notification the way I want, I need to listen to the event when the notification arrives on the device and get the ...
Ian Polo's user avatar
1 vote
0 answers
270 views

I try to send a push message with Google's firebase cloud messaging. I and get this very basic error: Request contains an invalid argument. { "notification": { "title": "...
Julesezaar's user avatar
  • 3,554
3 votes
1 answer
1k views

I'm trying to use Firebase Cloud Messaging to use WebPush and am following along with thier docs for setting up the javascript client. I have the code below all setup, but when I call getToken I get ...
aron.duby's user avatar
  • 2,322
1 vote
1 answer
474 views

I am trying to send a web push notification to my ios device. The code I have with teh vapid ID works perfectly for desktop and on android devices when I send the FCM token. The issue happens when I ...
Ross Rawlins's user avatar
0 votes
1 answer
1k views

so i'm new to webpush and push notifications. I've used a tutorial to get me up and running and in the whole it is working fine. the bit that i am trying to work on is sending a custom notification. ...
TonyC's user avatar
  • 1
1 vote
0 answers
461 views

I am facing issue in appling the FCM notification structure using react + vite app and nodejs as backend.The messages are not comming either in foreground nor in background and the onMessage Event ...
Pulkit Jain's user avatar

1
2 3 4 5
14