ChatGPTNextWeb / ChatGPTNextWeb/NextChat
[Bug] 填写正确的code的情况下出现错误 Authentication Fails (no such user)
- Dominant language
- TypeScript
- Stars
- 88.8k
- Forks
- 59.1k
- PR merge metrics
- No merged PRs in 30d
Description
### 📦 部署方式
Vercel
### 📌 软件版本
v2.15.8
### 💻 系统环境
Windows
### 📌 系统版本
Windows 10 专业版 22H2 内部版本19045.5371
### 🌐 浏览器
Edge
### 📌 浏览器版本
132.0.2957.140 (正式版本) (64 位)
### 🐛 问题描述
当加入新的模型后,与nextchat对话出现以下的错误报告(尽管我已经填写了正确的code):
```
{
"error": {
"message": "Authentication Fails (no such user)",
"type": "authentication_error",
"param": null,
"code": "invalid_request_error"
}
}
```
这种情况似乎只在与新添加的模型对话时出现,使用之前添加的模型不会出现类似错误;同时,这种情况并不会出现在所有客户端上,比如对于我的使用情况,我只在Edge浏览器上遇见了这种情况。
目前我只找到了以下方法解决问题:备份对话后,通过开发者工具(devtool)清除所有网页储存,即可恢复正常。
### 📷 复现步骤
填写正确code后,与新添加的模型对话时出现这一情况
### 🚦 期望结果
消除此类异常的错误报告,避免通过清空网页储存解决问题
### 📝 补充信息
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.