No environments found on update
bpappin opened this issue · 2 comments
bpappin commented
When I try and update, I get an error "No environments found".
The environment is clearly available and can be seen in the call to list the environments.
bpappin commented
SOLUTION:
I had to use both the cname tag and the environmentRef tag for the update to work.
<cnamePrefix>myebsapp</cnamePrefix> <environmentRef>myebsapp.elasticbeanstalk.com</environmentRef>
I also updated the version to 1.4.3-foralula+ as there was a bug in the 1.4.2 version I was using.