Nginx 502 Bad Gateway with NPM Build LibreChat #7249
-
CONTEXTLIBRECHAT SETUP
I have created a
The service is up and running without any issue.
NGINX SETUP Here is my server block:
Nginx does not complain upon
I've reviewed every article I could find here and none have helped, other than the link shared above which suggests that there is some form of internal routing happening with the configs. Tho, this suggests that Your help is much appreciated, please let me know if more context is required. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
SOLVED!!! By doing the following .. Set
Doing this, while maintaing all of the above settings resolved the issue. I feel a bit silly for not attemping this to begin with as it is the most obvious solution. 🤦♂️ Sorry in advance if I've wasted anyone else's time other than my own. |
Beta Was this translation helpful? Give feedback.
SOLVED!!! By doing the following ..
Set
.env
files to point to thelocalhost
and let Nginx handle EVERYTHING.Doing this, while maintaing all of the above settings resolved the issue. I feel a bit silly for not attemping this t…