Unable to retrieve the FCM server key for the recipient's app for Android

Please provide the following:

  1. SDK Version: 35
  2. Platforms(Android/iOS/web/all): Android

I followed the FCM documentation and got status OK when i uploaded the api-key and I am also able to retrieve it when I put expo push:android:show, but when I send a push notification from my server, I get this response:
{ "error": { "code": null, "message": "Unable to retrieve the FCM server key for the recipient's app. Make sure you have provided a server key as directed by the Expo FCM documentation." } }
I get this error every time.
I checked the other topics covering this issue but they were not helpful at all. Some were not even answered, while others didn’t upload their api-key. Any help would be greatly appreciated!

There was one topic that stated the expo owner of this app changed. We are currently using the expo team workflow with an owner flag in our app.json and built the app (expo build:android) with the owner flag, so this user currently owns the application. Does the expo:push:android:upload command work with the owner flag?

I tried using the server key, the legacy server key, and even created a new server key. All responded with the same error

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