Skip to content
Discussion options

You must be logged in to vote

SOLVED!!! By doing the following ..

Set .env files to point to the localhost and let Nginx handle EVERYTHING.

#==================================================#
#               Server Configuration               #
#==================================================#

HOST=10.0.1.50
PORT=3080

MONGO_URI=mongodb://127.0.0.1:27017/LibreChat

DOMAIN_CLIENT=http://localhost:3080
DOMAIN_SERVER=http://localhost:3080
# DOMAIN_CLIENT=https://my.customdomain.com # comment this out to force localhost
# DOMAIN_SERVER=https://my.customdomain.com # comment this out to force localhost

Doing this, while maintaing all of the above settings resolved the issue. I feel a bit silly for not attemping this t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@danny-avila
Comment options

@markcichy
Comment options

Answer selected by danny-avila
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants