503 When I send push notifications

Hej,

Today I’ve received a bunch of failed requests to expo push API(503). From status page looks like expo services work fine. I thought that issue is with Network, but I have tried different VPNs and the response is similar. Here you can have a request with a test token:

curl 'https://expo.io/--/api/v2/push/send' \
  -H 'accept: application/json' \
  -H 'content-type: application/json' \
  --data-binary '[{"to":"ExponentPushToken[BOHyx5LaAIBGuIPfEo87N_]","title":"Test","body":"Body"}]' \
  --compressed

Does anyone have similar problems?

1 Like

Hi @fedyk, thanks for posting about this! We are aware of the issue, we’ve updated our status page to reflect that. It looks like notifications are back online, but we’re still monitoring the situation

3 Likes

@charliecruzan Thanks for update. Now everything works perfectly.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.