When balance.enabled set to false in librechat.yaml, don't call /api/balance API endpoint from client #9886
Unanswered
maryanmaykher65
asked this question in
Troubleshooting
Replies: 2 comments 2 replies
-
|
I'm not observing this on the latest version, please confirm the version of LibreChat that you're using. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Still happening on v0.8.3. |
Beta Was this translation helpful? Give feedback.
0 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.
-
What features would you like to see added?
Currently, if the following is set in librechat.yaml:
Frontend still makes API calls to:
/api/balance
These API calls result in 404 errors in the browser console because the balance feature is disabled and the endpoint doesn't exist.
More details
Steps to Reproduce:
Expected Behavior:
No API calls should be made to /api/balance when balance is disabled via configuration.
Actual Behavior:
Frontend makes API call to /api/balance resulting in:
GET https://[domain]/api/balance 404 (Not Found)
Which components are impacted by your request?
No response
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions