4

after running AWS Elastic Beanstalk application for few weeks suddenly I can't open my application. Page simply displays an error which doesn't provide much information how to fix it.

Error

A problem occurred while loading your page: AWS Query failed to deserialize response

(and there is no more information, Googling also haven't found any answer)

So before updating my subscription and starting paying to Amazon not insignificant amount of money for being able to contact their technical support I thought I will ask here first if someone here encountered this issue. Thanks for any suggestions.

Error after clicking on Application

Lukas
  • 391
  • 4
  • 11

1 Answers1

1

After receiving this generic error, I was able to dig into the actual error message by using the EB CLI. In my case the CLI threw "ZIP does not support timestamps before 1980".

SeanFromIT
  • 644
  • 1
  • 9
  • 18