bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
359 stars 240 forks source link

toast.error.problem_completing_action when logging in or creating a user #264

Open RGuerra23 opened 1 year ago

RGuerra23 commented 1 year ago

Hello,

greenlight is in use, postgres db is ok, admin user created with the command provided, however there is an issue at the level of nginx when trying to login or creating a new user, the communication with the postgres db is not working.

Here are the logs from the nginx container:

[error] 28#28: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: _, request: "GET /signin HTTP/1.1", upstream: "http://10.7.7.21:3000/signin", host: "localhost:48087" 127.0.0.1 - - [12/Apr/2023:11:49:22 +0000] "GET /signin HTTP/1.1" 502 157 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/111.0"

Thank you.