error in post publish script #3080
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce1- i start code magic and all steps work successfully ![]() Installing App Center CLI tools added 498 packages in 10s 92 packages are looking for funding Build failed :| Expected resultsrun successfully Actual resultsInstalling App Center CLI tools added 498 packages in 10s 92 packages are looking for funding Build failed :| Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Seems your publishing wasn't successful and didn't complete, judging from the text in this error
Hence, your post-publish script might likely return that error. However, here is how you can write your script to achieve your goal ` scripts:
You can follow this link for better clarification Also, please be reminded that Appcenter has been shut down since March 31, 2025, except for the Analytics and Diagnostics features, which will continue to be supported until June 30, 2026. Let us know why you still want to publish to App Center. this can help on how to assist you further Thank you |
Beta Was this translation helpful? Give feedback.
-
Hi @amratef503092, Checking in for your response However, I can reproduce the issue from my end, and I also found that the issue was caused by the Appcenter, which is already shut down. Mind trying other alternatives such as AWS and others via codemagic, to confirm a successful publishing |
Beta Was this translation helpful? Give feedback.
-
I'll be closing our thread for now. If you have any more concerns, please feel free to reply or start a new conversation. Happy Building! |
Beta Was this translation helpful? Give feedback.
Hi @amratef503092
Seems your publishing wasn't successful and didn't complete, judging from the text in this error
_Error: Failed to create release upload for /Users/builder/clone/build/app/outputs/bundle/release/app-release.aab. Backend response: internal error_
Hence, your post-publish script might likely return that error. However, here is how you can write your script to achieve your goal
` scripts: