-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uvicorn.error - ERROR - Exception in ASGI application #41
Comments
@danny-avila I do set JWT_SECRET. Should this be the same value for Librechat and Rag_api? |
That would be a yes. They need to be the same |
Yes it needs to match with LibreChat. Better logging for this was just added |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Context: I'm running Librechat/Rag_api in my kubernetes cluster (GKE). I'm happy to share the manifests/helm chart I created to do this. Currently, when I deploy any type of rag_api backend (cloudsql [with vector enabled], ankane/pgvector:latest, or pgvector/pgvector:pg15) I get this authorization header error.
I'm personally stumped on what is causing the error.
fastapi.exceptions.HTTPException: 401: Missing or invalid Authorization header
Note: I do change the command run at runtime to:
^^^ I highly doubt this is causing any issues as the dockerfile you use to build only mentions executing python main.py but wanted to call that out.
The text was updated successfully, but these errors were encountered: