Registration Not Working #2315
Theinventor17
started this conversation in
Help Wanted
Replies: 2 comments 5 replies
-
what does your server startup logs look like? Post everything before For example, mine: danny@VENGEANCE:~/LibreChat$ npm run backend
> [email protected] backend
> cross-env NODE_ENV=production node api/server/index.js
2024-04-04 18:56:40 info: [Optional] Redis not initialized. Note: Redis support is experimental.
2024-04-04 18:56:41 info: Connected to MongoDB
2024-04-04 18:56:41 info: Custom config file loaded:
2024-04-04 18:56:41 info: {
"version": "1.0.5",
"cache": true,
"registration": {
"socialLogins": [
"github",
"google",
"discord"
],
"allowedDomains": [
"gmail.com",
"outlook.com",
"yahoo.com",
"test.com"
]
},
"endpoints": {
"azureOpenAI": {
# azure config
},
"custom": [
# custom endpoints
]
}
}
2024-04-04 18:56:41 warn: RAG API is either not running or not reachable at http://localhost:8000, you may experience errors with file uploads.
Warning: connect.session() MemoryStore is not
designed for a production environment, as it will leak
memory, and will not scale past a single process.
2024-04-04 18:56:41 info: Server listening at http://localhost:3080 What does your custom config look like? Without |
Beta Was this translation helpful? Give feedback.
3 replies
-
Ok I got it to work the auth controller for allowed domains was set to false instead true. I do have another question, though: is there a way to change the order of the endpoints? So instead of it just being Open AI as the default endpoint |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So i have an instance running using NPM Build but the registration doesn't work for certain domains; it only allows Gmail.com domains. Does anyone know how to fix this? I tried changing the allowed domains and registration and still getting the error.
Beta Was this translation helpful? Give feedback.
All reactions