I'm doing a PWA using Vue and Quasar, but when I make a request in Postman to appear a push notification I get the following return in Postman:
{
"multicast_id": idMulticast, //removido por mim ao postar aqui
"success": 0,
"failure": 1,
"canonical_ids": 0,
"results": [
{
"error": "NotRegistered"
}
]
}
I have already researched a lot about this error and the closest I got to the solution was the question of link , but I have generated the keys again dozens of times and had no way of working, always returning the same error in Postman.
I'm following all the steps correctly, and here is the source code I have as a basis for my PWA.