[Bug] 新版本输入登录密码一直错误
我这边更新到新版本后,登录密码一直错误,修改后,重新登入也不行。显示要重新输入密码。
Bot detected the issue body's language is not English, translate it automatically.
Title: [Bug] In the new version, the login password is always wrong.
After I updated to the new version, my login password kept being wrong. Even after changing it, I couldn't log in again. It says that you need to re-enter your password.
我也是这样,vercel环境变量重设了都没用
Bot detected the issue body's language is not English, translate it automatically.
I'm like this too, even if I reset the environment variables, it doesn't help.
+1
@xyz1396 @AcamelQ Hi, I cannot reproduce this issue from my end, could you please share what environment variables you've set in your deployment? (just share the variables name is fine)
And please also provide which mode you are using(setting api key from the UI or through the deployment env)
I have same problem. Here is my vercel env:
- OPENAI_API_KEY
- CODE
from api key or from code, can't access.
the above is my deployment edition. it updated 5 hours ago 74b38c5.
the following is my environment setting:
我手动同步了一下最新代码,vercel重新构建就好了
Bot detected the issue body's language is not English, translate it automatically.
I manually synchronized the latest code and rebuilt it with vercel.
我是 点了立即重置,然后重新输入key好的
Bot detected the issue body's language is not English, translate it automatically.
I clicked Reset Now and then re-entered the key.
@AcamelQ @OkamiFeng I tried to reproduce this issue following by setting the environment variables you just provided, still cannot reproduce the issue. Could you try following https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/issues/3631#issuecomment-1868797199 to update to latest commit to check whether the issue still exists?
@xyz1396 @AcamelQ Hi, I cannot reproduce this issue from my end, could you please share what environment variables you've set in your deployment? (just share the variables name is fine)
fixed after updating. thanks so much.
这个bug很久了感觉,CODE一直不稳定,感觉输入和没输入一样
Bot detected the issue body's language is not English, translate it automatically.
This bug has been around for a long time. CODE has been unstable. It feels like input is the same as no input.
@devyujie Do you have anyway to stable reproduce the issue? I could try to locate the root cause.
@devyujie Do you have anyway to stable reproduce the issue? I could try to locate the root cause.
没法稳定复现,我意思前端输入访问码的方式可不可以改一下,输入完给个确认按钮啥的,有时候感觉输入了访问码,并没用,我给朋友用的时候是这样的。
me too
Bot detected the issue body's language is not English, translate it automatically.
me too
碰到同样的问题:vercel里部署的 1、我原来开启了HIDE_USER_API_KEY 1 2、remove这个变量后,访问开始出错,发现故障信息里,API变成了CODE密码 3、前端设置里“立即清除”后恢复
Bot detected the issue body's language is not English, translate it automatically.
Encountered the same problem:
看一下是不是密码里面有逗号,逗号用来分隔多个密码的,我就是碰到了这个情况
Bot detected the issue body's language is not English, translate it automatically.
Check to see if there is a comma in the password. Commas are used to separate multiple passwords. This is what happened to me.