I deployed an application using Docker on a cloud server, which is accessible via a public IP address. I configured Caddy as a reverse proxy to route traffic for the domain "label-studio.moeus.site" to the Label Studio Docker container. However, while I can access the application through the domain, I'm unable to log in successfully.
My container creation command is as follows:
docker run -it --name label_studio -p 8080:8080 -v labelstudio_data:/label-studio/data \
  -e CSRF_TRUSTED_ORIGINS="http://localhost:8080,https://label-studio.moeus.site,http://8.138.9.134:8080" \
  -e LABEL_STUDIO_DISABLE_SIGNUP_WITHOUT_LINK=true \
  42pqzmdgl48718.xuanyuan.run/heartexlabs/label-studio:develop
 
I've configured my domain in the settings and disabled public registration. The mounted Docker volume already contains my account. Why can I access the application through the domain but cannot log in successfully?
I checked the relevant logs inside the Docker container, which are as follows:
