Skip to content
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

Intermittent 404 error "Requested entity was not found" from Auth0 Guardian server fails to send push notification #121

Open
pexa-aappuhamy opened this issue Nov 29, 2024 · 0 comments

Comments

@pexa-aappuhamy
Copy link

I have FCM configured with SNS to handle sending push notifications but I am receiving this error intermittently in SNS cloudwatch logs could someone from the Guardian team shed some light on what could be causing this issue?
Cheers.

{
    "notification": {
        "messageId": "<MESSAGE_ID>",
        "timestamp": "2024-11-29 03:22:10.276"
    },
    "delivery": {
        "deliveryId": "<DELIVERY_ID>",
        "destination": "<SNS_DESTINATION_ARN>",
        "providerResponse": "{\"code\":\"404\",\"message\":\"Requested entity was not found.\",\"status\":\"NOT_FOUND\",\"details\":[{\"@type\":\"type.googleapis.com/google.firebase.fcm.v1.FcmError\",\"errorCode\":\"UNREGISTERED\"}]}",
        "dwellTimeMs": 50,
        "token": "<FCM_TOKEN>",
        "statusCode": 404
    },
    "status": "FAILURE"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant