- My goal:
- Issue: getting nginx error
- Retool version & hosting setup (Docker, K8s, cloud provider, etc.): using docker on ubuntu
- Error message(s) or screenshots:
- What I’ve tried so far:
loaded everything , put my key in, browser never lets me go to 0.0.0.0, always goes back to 127.0.0.1
tried with its real ip address also did not work. getting nginx error or unable to connect error
Any ideas ???
Jack_T
3
Hi @sbloom67,
Let me help you troubleshoot this.
- Are you using the official Retool Docker deployment (docker-compose)?
- Can you share your
docker-compose.yml file (with sensitive data redacted)?
- What command did you use to start the containers?
- Are all containers running? (
docker ps output)
On the network configuration side of things.
- What's in your environment configuration file (
.env or similar)?
- Specifically, what is in your
BASE_DOMAIN or COOKIE_INSECURE setting?
- Are you exposing port 3000 (or their configured port) properly?
- Can you access the server from localhost on the host machine? (
curl localhost:3000)
Jack_T
4
Hi @sbloom67,
Checking in on this, are you able to provide me with more details on your container and deployment set up?