log when i startup LibreChat
LibreChat | Warning: connect.session() MemoryStore is not
LibreChat | designed for a production environment, as it will leak
LibreChat | memory, and will not scale past a single process.
LibreChat | Server listening on all interfaces at port 3080. Use http://localhost:3080 to access it
LibreChat | Error: getaddrinfo ENOTFOUND srvtest-rz1-1
LibreChat | at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) {
LibreChat | errno: -3008,
LibreChat | code: 'ENOTFOUND',
LibreChat | syscall: 'getaddrinfo',
LibreChat | hostname: 'srvtest-rz1-1'
LibreChat | }
and when i try to use openid:
LibreChat | Error: Unknown authentication strategy "openid"
LibreChat | at attempt (/app/node_modules/passport/lib/middleware/authenticate.js:193:39)
LibreChat | at authenticate (/app/node_modules/passport/lib/middleware/authenticate.js:370:7)
LibreChat | at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
LibreChat | at next (/app/node_modules/express/lib/router/route.js:144:13)
LibreChat | at Route.dispatch (/app/node_modules/express/lib/router/route.js:114:3)
LibreChat | at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
LibreChat | at /app/node_modules/express/lib/router/index.js:284:15
LibreChat | at Function.process_params (/app/node_modules/express/lib/router/index.js:346:12)
LibreChat | at next (/app/node_modules/express/lib/router/index.js:280:10)
LibreChat | at /app/node_modules/express-rate-limit/dist/index.cjs:659:7
my openid config (using keycloak):
OPENID_CLIENT_ID=###MYCLIENTID###
OPENID_CLIENT_SECRET=###MYSECRET###
OPENID_ISSUER=http://###MYHOST###:8080/realms/###MYREALM###
OPENID_SESSION_SECRET=###MYSESSIONSECRET###
OPENID_SCOPE="openid profile email"
OPENID_CALLBACK_URL=/oauth/openid/callback