英文:
Elastic Beanstalk upload and deploy doesn't work
问题
当我想要将我的Web应用程序(Laravel)的新版本上传到Elastic Beanstalk时,我在上传界面卡住了。我可以点击上传按钮,但什么都不发生(也没有错误消息,什么都没有发生)。我已经使用ELB多年,从来没有遇到过这样的问题,所以它突然出现,几乎是突如其来的。
英文:
When I want to upload a new version of my webapplication (laravel) to Elastic Beanstalk i get stuck in the uploading gui. I can click the upload button but nothing happens (also no error message, just nothing). I been using ELB for years and i never had an issue like that so it came all of a sudden and basically out of nowhere.
答案1
得分: 1
我成功地通过首先仅在应用程序版本概述中上传新版本,然后手动部署它来完成。这是一个不错的解决方法,但仍然很讨厌,特别是当没有任何错误消息时。
英文:
I managed to do it by first only uploading the new version in the application versions overview and then manually deploying it from there. It's a good workaround but still the bug is nasty especially when there's no error message at all.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论