What happened?
Error after selecting authentication method: "Cannot read properties of undefined (reading 'value')"
Description:
After choosing the authentication method (OpenAI) in the UI, I encountered an error.
My .env file is configured as follows:
OPENAI_API_KEY="sk-XXX"
OPENAI_BASE_URL="https://dashscope.aliyuncs.com/compatible-mode/v1"
OPENAI_MODEL="qwen3-coder-plus"
However, after selecting "OpenAI" as the authentication method, the following error appears:
TypeError: Cannot read properties of undefined (reading 'value')
at RadioButtonSelect.use_input_default.isActive (file:///Users/leng/Desktop/codepro/qwen-code/bundle/gemini.js:262489:37)
...
Node.js v23.6.1
Steps to Reproduce:
- Configure the
.env file as above.
- Start the project.
- On the authentication selection screen, choose "OpenAI".
- Error occurs.
Expected behavior:
Should proceed to the next setup step without error.
Actual behavior:
App crashes with the above TypeError.
Additional context:
- Node.js v23.6.1
- macOS (if relevant)
- [Add more details if needed]
标题:
选择授权方式后报错:"Cannot read properties of undefined (reading 'value')"
描述:
在界面选择授权方式(OpenAI)后出现报错。
我的 .env 文件配置如下:
OPENAI_API_KEY="sk-XXX"
OPENAI_BASE_URL="https://dashscope.aliyuncs.com/compatible-mode/v1"
OPENAI_MODEL="qwen3-coder-plus"
选择 "OpenAI" 作为授权方式后,出现如下报错:
TypeError: Cannot read properties of undefined (reading 'value')
at RadioButtonSelect.use_input_default.isActive (file:///Users/leng/Desktop/codepro/qwen-code/bundle/gemini.js:262489:37)
...
Node.js v23.6.1
复现步骤:
- 按上述内容配置
.env 文件。
- 启动项目。
- 在认证方式选择界面选择 "OpenAI"。
- 出现报错。
预期结果:
应当正常进入后续设置流程,不应报错。
实际结果:
应用崩溃,出现上述 TypeError。
补充信息:
What did you expect to happen?
auth
Client information
Details
$ gemini /about
# paste output here
Login information
No response
Anything else we need to know?
No response
What happened?
Error after selecting authentication method: "Cannot read properties of undefined (reading 'value')"
Description:
After choosing the authentication method (OpenAI) in the UI, I encountered an error.
My
.envfile is configured as follows:However, after selecting "OpenAI" as the authentication method, the following error appears:
Steps to Reproduce:
.envfile as above.Expected behavior:
Should proceed to the next setup step without error.
Actual behavior:
App crashes with the above TypeError.
Additional context:
标题:
选择授权方式后报错:"Cannot read properties of undefined (reading 'value')"
描述:
在界面选择授权方式(OpenAI)后出现报错。
我的
.env文件配置如下:选择 "OpenAI" 作为授权方式后,出现如下报错:
复现步骤:
.env文件。预期结果:
应当正常进入后续设置流程,不应报错。
实际结果:
应用崩溃,出现上述 TypeError。
补充信息:
What did you expect to happen?
auth
Client information
Details
Login information
No response
Anything else we need to know?
No response