Skip to content

Instantly share code, notes, and snippets.

@melumuccu
Created April 26, 2024 08:28
Show Gist options
  • Save melumuccu/310e702aeaa53fc028c04e1277f03f2b to your computer and use it in GitHub Desktop.
Save melumuccu/310e702aeaa53fc028c04e1277f03f2b to your computer and use it in GitHub Desktop.
npm run backend
$ npm run backend
> LibreChat@0.7.1 backend
> cross-env NODE_ENV=production node api/server/index.js
2024-04-26 17:24:53 info: [Optional] Redis not initialized. Note: Redis support is experimental.
2024-04-26 17:24:54 warn: Meilisearch error, search will be disabled
2024-04-26 17:24:54 info: Connected to MongoDB
2024-04-26 17:24:54 error: [indexSync] error fetch failed
2024-04-26 17:24:54 info: Custom config file missing or YAML format invalid.
Check out the latest config file guide for configurable options and features.
https://docs.librechat.ai/install/configuration/custom_config.html
2024-04-26 17:24:54 warn: Default value for CREDS_KEY is being used.
2024-04-26 17:24:54 warn: Default value for CREDS_IV is being used.
2024-04-26 17:24:54 warn: Default value for JWT_SECRET is being used.
2024-04-26 17:24:54 warn: Default value for JWT_REFRESH_SECRET is being used.
2024-04-26 17:24:54 info: Please replace any default secret values.
For your conveninence, fork & run this replit to generate your own secret values:
https://replit.com/@daavila/crypto#index.js
2024-04-26 17:24:54 warn: RAG API is either not running or not reachable at undefined, you may experience errors with file uploads.
2024-04-26 17:24:54 info: Server listening at http://localhost:3080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment