我试图创建一个提交到Google Play商店,但是bitbucket管道在运行eas submit时返回了一个相当不明确的graphql错误。
这是我从比特桶管道中得到的错误。
+ eas submit -p android --type=aab --url=$(expo url:apk) --key=./google-services.json
- Linking to project @jonoirwin/myapp-mobile
✔ Linked to project @jonoirwin/myapp-mobile (https://expo.dev/accounts/jonoirwin/projects/myapp-mobile)
Project ID: a22b6894-4b43-41c9-b1f8-88ab5d61bbc3
Android package: za.co.path.myapp
Release track: internal
Changes not sent for a review: false
Release status: completed
Archive type: AAB
Google Service Key: ./google-services.json
Download URL: https://exp-shell-app-assets.s3.us-west-1.amazonaws.com/android/%40jonoirwin/myapp-mobile-af22e02ecb2540f2878baf07421b79ca-signed.aab
- Scheduling submission
✖ Failed to schedule submission
CombinedError: [GraphQL] Unexpected server error (Expo error ID:
4866d6b013f5c0b2182408467d606063).
1条答案
按热度按时间wlp8pajw1#
我也遇到了同样的问题,原因是我从Expo的帐户中删除了我的项目,并试图生成另一个构建版本,但在我的
app.json
中出现了这个问题所以我删除了
"projectId": "random-project-id-of-the-deleted-project-on-my-expo-account"
并重新构建了它,它成功构建