Skip to content
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

Open
webs05 opened this issue Jan 27, 2020 · 4 comments
Open

Error trying to load data on Main page deployed with ECS on AWS #27

webs05 opened this issue Jan 27, 2020 · 4 comments

Comments

@webs05
Copy link

webs05 commented Jan 27, 2020

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.

Templating init failed
Cannot read property 'parameters' of null

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.

@HurielHernandez
Copy link
Contributor

Hello,

It sounds like you could possibly be having an IAM permissions error. Are you getting the same error running locally through docker-compose?

@webs05
Copy link
Author

webs05 commented Jan 28, 2020

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.

@HurielHernandez
Copy link
Contributor

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.

@webs05
Copy link
Author

webs05 commented Feb 11, 2020

Do I need to specify the version by putting that in my deployment, IE add 1.2 at the end. If I reference: "image": "finraos/aphelion-service" would this pull down the latest version?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants