Skip to content

[BUG] 无法验证邮箱验证码 #232

Description

@Wilfrid-Hervey

问题描述

邮箱验证码无法正确验证

重现步骤

  1. 在任何需要发送邮箱验证码的地方进行(例如用邮箱注册)
  2. 点击发送验证码
  3. 输入验证码,点击提交表单的按钮

预期行为

输入正确验证码后可以进入下一个页面

实际行为

无法验证,且和验证码错误的报错不同

[2025-12-02 01:40:15] ERROR: Verify email OTP failed
error: {
"status": "BAD_REQUEST",
"body": {
"code": "USER_NOT_FOUND",
"message": "User not found"
},
"headers": {},
"statusCode": 400,
"name": "APIError"
}
POST /auth/sign-up 200 in 69ms

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions