apprunner-roadmap icon indicating copy to clipboard operation
apprunner-roadmap copied to clipboard

Multiple AppRunner Bugs

Open xeaone opened this issue 3 years ago • 1 comments

I think I found three bugs preventing me from deployment of my app updates.

Using apprunner with Node.js hooked up to GitHub for Automatic deployments from a branch called "live".

  1. ~~Rebased the "live" branch and after that the app does not update with any of the new commits. The Activity event status message says "Rollback succeeded". But does not update with the latest commits.~~

  2. Trying to change deployment branches does not work either. I tried switching my deployment branch from the "live" branch to "master" branch and it acts like it is changing but then finishes and magically switches back to the "live" branch. This might be because of the rollback.

  3. Cant use aws cli version 2.2.6 because the only policy/permission that is available is "AWSAppRunnerServicePolicyForECRAccess"

  4. I got the app to load the static content after fixing the error that was causing the rollback but now I am getting http Gateway errors. Not from app code. I loaded the same code into beanstalk and got it running just fine.

It seems like the only way to get AppRunner to update at this point would be to delete the AppRunner instance and re-create it.

xeaone avatar Jun 22 '21 17:06 xeaone

Regarding issue 1 I think the rollback is actually because apprunner detected an error in the code and is rolling back automatically.

xeaone avatar Jun 22 '21 18:06 xeaone