-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
[Bug] 应用设置-AI服务商设置页面 无法展示,一直报错Invalid key length #5534
Comments
📦 Deployment environmentVercel 📌 Software versionv1.47.12 💻 System environmentOther Linux 🌐 BrowserChrome 🐛 Problem descriptionWhen configuring the AI service provider, the page cannot be loaded and it keeps prompting ```Sorry, the server seems to have encountered some difficulties and is temporarily unable to complete your request. Please try again later``, as shown below [
{
"error": {
"json": {
"message": "Invalid key length",
"code": -32603,
"data": {
"code": "INTERNAL_SERVER_ERROR",
"httpStatus": 500,
"path": "aiProvider.getAiProviderList"
}
}
}
}
] 📷 Steps to reproduceUpdated to the latest v1.47.12, but when configuring the AI service provider, the page cannot be loaded and the error message is as above. 🚦 Expected resultsHow to locate and solve this problem? 📝 Supplementary informationNone |
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Hello, @ladypiapia! I'm here to help you with any bugs, questions, or contributions. Let's work together to solve the issue you're experiencing. The error message "Invalid key length" suggests that there might be an issue with the configuration of the AI service provider keys. This error is occurring when trying to access the Here are a few steps you can take to troubleshoot and potentially resolve this issue:
If these steps do not resolve the issue, further investigation into the specific implementation of key validation in the codebase might be necessary. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
#5446 |
#5446 |
This issue is closed, If you have any questions, you can comment and reply. |
📦 部署环境
Vercel
📌 软件版本
v1.47.12
💻 系统环境
Other Linux
🌐 浏览器
Chrome
🐛 问题描述
配置AI服务商时,页面无法加载,一直提示
很抱歉,服务器似乎遇到了一些困难,暂时无法完成您的请求,请稍后再试
,如下图📷 复现步骤
更新到了最新的v1.47.12,但配置AI服务商时页面无法加载,提示如上报错
🚦 期望结果
如何定位和解决这个问题呢
📝 补充信息
暂无
The text was updated successfully, but these errors were encountered: