-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error trying to load data on Main page deployed with ECS on AWS #27
Comments
Hello, It sounds like you could possibly be having an IAM permissions error. Are you getting the same error running locally through docker-compose? |
Thanks for the help. When you say IAM permissions do you think it is related to the permissions required by the app itself? Like what is doc'd here. |
Hi, Yes, sorry for the late reply. Are you also using the 1.2 version of the docker image? This version should have improved error handling that should output the direct error on the red error box you mentioned above. |
Do I need to specify the version by putting that in my deployment, IE add 1.2 at the end. If I reference: update: added :latest to each container. I am still getting errors. Our company forces roles and policy at AWS so I created 2 roles, a role for the container services and a role for the app and attached the policy permissions for aphelion to this app role. |
Deployed with a docker container in ECS on AWS. I can get all containers running and the webpage loads up. But I get an error on the main page.
This is a red error box in the upper right corner. The dropdowns for account and region do not populate and are empty. I have the Environment Variables created. Not sure what else to try.
The text was updated successfully, but these errors were encountered: