Hi everyone,
I’m facing an issue where I get a white screen after logging into Corteza
I’m using the Dockerfile from the Corteza GitHub repository for version 2023.9.1
(corteza/Dockerfile at 2023.9.x · cortezaproject/corteza · GitHub)).
Here are the environment variables I’ve configured:
VERSION → 2023.9.1
ENV STORAGE_PATH “/data”
ENV CORREDOR_ADDR “corredor:80”
ENV HTTP_ADDR “0.0.0.0:80”
ENV HTTP_WEBAPP_ENABLED “true”
ENV HTTP_WEBAPP_BASE_DIR “/corteza/webapp”
ENV PATH “/opt/dart-sass:/corteza/bin:${PATH}”
ENV DB_DSN “postgres://cortezxxxxa:Cortezaxxx@si-db-sxxtg.cozyzzzbi2ia9gb.ap-south-1.rds.amazonaws.com:5432/corteza?sslmode=disable”
ENV DOMAIN corteza-staging.remedoapp.com
The same setup works perfectly on localhost. However, when I deploy it with the domain, I encounter a white screen after logging in. Sometimes, it also redirects back to the login page.
also try with docker-compose getting same issue when i deploy with domain
Has anyone experienced a similar issue or could provide guidance on how to resolve this?
Thanks in advance!
Ajay