Getting unknwon error occured

Hey guys,

When I tried to run the following command:

expo push:android:upload --api-key=“APIKEY_FROM_FCM”

We get this error from the CLI:

An unknown error occurred.

Any ideas how to fix this?

When manually running the credentials manager, this is the error that we are getting:

? What do you want to do? Update FCM Api Key
? FCM Api Key FCM_API_KEY
ApiV2Error: An unknown error occurred.
at ApiV2Client._requestAsync (/@expo/xdl@57.9.32/src/ApiV2.ts:244:21)
at processTicksAndRejections (internal/process/task_queues.js:97:5) {
code: ‘INTERNAL_SERVER_ERROR’,
details: undefined,
serverStack: undefined,
_isApiError: true
}

I also have same problem…

ApiV2Error: An unknown error occurred.
at ApiV2Client._requestAsync (/@expo/xdl@58.0.9/src/ApiV2.ts:244:21)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at ApiClient.updateFcmKeyApi (/usr/local/lib/node_modules/expo-cli/src/credentials/api/AndroidApiV2Wrapper.ts:22:12)
at AndroidApi.updateFcmKey (/usr/local/lib/node_modules/expo-cli/src/credentials/api/AndroidApi.ts:51:5)
at UpdateFcmKey.open (/usr/local/lib/node_modules/expo-cli/src/credentials/views/AndroidPushCredentials.ts:28:5)
at CredentialsManager.run (/usr/local/lib/node_modules/expo-cli/src/credentials/route.ts:41:12)
at runCredentialsManagerStandalone (/usr/local/lib/node_modules/expo-cli/src/credentials/route.ts:7:3)
at program.command.description.helpGroup.option.asyncActionProjectDir.checkConfig (/usr/local/lib/node_modules/expo-cli/src/commands/credentials.ts:37:9)
at Command. (/usr/local/lib/node_modules/expo-cli/src/exp.ts:302:7) {
code: ‘INTERNAL_SERVER_ERROR’,
details: undefined,
serverStack: undefined,
_isApiError: true
}

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