#Apollo Error when using localhost in .env
1 messages · Page 1 of 1 (latest)
i just tried that with the VM IP and localhost and run into the exact same issues
doesn't work with nginx.
but it only works when i replace localhost withthe vm IP. by going in the web browser http:192.168.1.123:3001 only.
PG_DATABASE_URL=postgres://twenty:twenty@twenty-db:5432/default
FRONT_BASE_URL=http://localhost:3001
LOCAL_SERVER_URL=http://localhost:3000