Assistance Connecting to Backend when Reverse Proxying with Nginx Proxy Manager
I can access the frontend of Twenty when I am using the local IP address of my server.
Whenever I try to access it via the reverse proxied domain, I get the error "Unable to Reach Back-end." I cannot use port 3000 as the host port, so I've opted for port 30111.
I've attached images of my .env setup, along with my Nginx Proxy Manager configuration. The docker-compose.yaml is default other than a remap of the host port from 3000:3000 to 30111:3000.
I understand this is very much a individualized issue and that at the end of the day it's on me to figure it out, but any recommendations would be very much appreciated.
Thanks much!
Whenever I try to access it via the reverse proxied domain, I get the error "Unable to Reach Back-end." I cannot use port 3000 as the host port, so I've opted for port 30111.
I've attached images of my .env setup, along with my Nginx Proxy Manager configuration. The docker-compose.yaml is default other than a remap of the host port from 3000:3000 to 30111:3000.
I understand this is very much a individualized issue and that at the end of the day it's on me to figure it out, but any recommendations would be very much appreciated.
Thanks much!



