Hi There,
I’m trying to set an sentry server on AWS RDS with the following configuration :
- Cluster Redis
- RDS Postgres 9.6.6
- Sentry running as an ECS fargate task (2048, 6144)
I run multiple version (8.13, 9.0, 9.1, etc…) but all failed. All is going well first, I can run the ‘upgrade’ command and it seems to work (I see a lot of tables created in DB) but then when I try to launch with the run web, it fails on /auth/login/ with the following error :
IndexError: list index out of range
sentry/sentry/3f4d77166ea441739e42284da2d0df69
12:39:13 [ERROR] django.request: Internal Server Error: /auth/login/ (status_code=500)
It seems that some table are not preinitialized (organization, project), if you can help please
Thks !