-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
I've got this endpoint from Opera with this format: https://fcm.googleapis.com/fcm/send/eeyUfJShsOI:APA91bGJ...
Webpush.payload_send(
message: JSON.generate(message),
endpoint: subscription.endpoint,
p256dh: subscription.p256dh_key,
auth: subscription.auth_key,
vapid: {
subject: subject,
public_key: public_key,
private_key: private_key
}
)
/usr/local/bundle/gems/webpush-1.1.0/lib/webpush/request.rb:172:in `verify_response': host: fcm.googleapis.com, #<Net::HTTPNotFound 404 Not Found readbody=true> (Webpush::InvalidSubscription)
body:
A valid push subscription endpoint should be specified in the URL as such: https://fcm.googleapis.com/wp/dHIoDxE7Hdg:APA91bH1Zj0kNa
The same endpoint still worked in Chrome. Does Opera is not supported by Google’s push endpoint anymore?
oPhamQuethanhnd-3100
Metadata
Metadata
Assignees
Labels
No labels