Deployment fails with "An internal server error occured" - no further details
Morning,
I receive the mentioned message without any pointers of what the issue could be. The issue happened after I made a bunch of code additions, meaning the deployment worked just fine before.
An actual error message would be really helpful to figure what code/package is failing. To be clear, on my local machine everything just works fine.
Among others I am using the aws-sdk package and I've read that this could cause issues. The suggested solution is to add an env variable HOME=/src
However, that didn't make any change. So I removed that script for to see what would happen. Still internal error.
I can of cause keep going and ripping out script/code after code to see what causes the internal at the deployment stage but a more detailed error message would help here as well sending me in the right direction.
Any pointers?
Thanks
Tino
I receive the mentioned message without any pointers of what the issue could be. The issue happened after I made a bunch of code additions, meaning the deployment worked just fine before.
An actual error message would be really helpful to figure what code/package is failing. To be clear, on my local machine everything just works fine.
Among others I am using the aws-sdk package and I've read that this could cause issues. The suggested solution is to add an env variable HOME=/src
However, that didn't make any change. So I removed that script for to see what would happen. Still internal error.
I can of cause keep going and ripping out script/code after code to see what causes the internal at the deployment stage but a more detailed error message would help here as well sending me in the right direction.
Any pointers?
Thanks
Tino
