Hello, our datahub instance went down during vacation, and I'm not sure how to debug further. Its run on a EC2 instance using quickstart. The main modification done is enabling OIDC authentication with a custom docker-compose file. I'm able to connect to the datahub EC2 instance. The error is first 502 Bad Gateway, and after refreshes its the red Oops, and error occurred, This exception has been logged with id xyz.
I rerun the docker compose command, tried to disable OIDC (docker-compose -p datahub -f docker-compose.yml -f docker-compose.yml up -d datahub-frontend-react), tried ingestion, but getting Connection refused.
Any tips on how to debug further?
I'm on version 0.8.40.2. This is the docker-compose:
https://pastebin.com/3xRCtURe