microsoft / appcenter-cli

Command-line Interface (CLI) for Visual Studio App Center
https://appcenter.ms/
MIT License
580 stars 234 forks source link

Using appcenter-cli version: 3.0.0 Error: Failed to create release upload for build/app/outputs/flutter-apk/app-blastgolf-release.apk. Backend response: Not found. Correlation ID: 6d547d0e-497e-4231-8aa4-a9ca8641fdf2 #2483

Closed eekesh2thapa closed 3 weeks ago

eekesh2thapa commented 4 months ago

Description

I am getting the following error in gitlab ci logs

Using appcenter-cli version: 3.0.0 Error: Failed to create release upload for build/app/outputs/flutter-apk/app-blastgolf-release.apk. Backend response: Not found. Correlation ID: 6d547d0e-497e-4231-8aa4-a9ca8641fdf2

Here is the code

flutter_build_android: when: manual stage: build before_script:

DordeDimitrijev commented 1 month ago

Hello @eekesh2thapa thank you for reaching out. Have you tried using any of the previous versions of the cli, does the issue occur then? Could you please enable additional debug logging by setting the environment variable like this and post the output here to further analyze it. DEBUG="appcenter-cli:commands:distribute:release" appcenter distribute release ...

DordeDimitrijev commented 3 weeks ago

Closing due inactivity.