[GH-ISSUE #315] 创建邮箱报错,查看邮箱凭证报错 #100

Closed
opened 2026-02-26 20:35:38 +03:00 by kerem · 4 comments
Owner

Originally created by @foxdodo on GitHub (Jun 15, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/315

按教程安装部署成功,但是创建邮箱时报错
1333
但是切换到账号标签页可以看到新建的邮箱,而且邮箱可以正常收邮件。

接着是无法查看邮箱凭证,点击查看则前端弹窗报错
Code 500: Internal Server Error
后台日志报错

  "logs": [
    {
      "message": [
        "TypeError: Cannot read properties of undefined (reading 'includes')"

因为无法查看凭证所以无法给自己建的新用户绑定邮箱

Originally created by @foxdodo on GitHub (Jun 15, 2024). Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/315 按教程安装部署成功,但是创建邮箱时报错 ![1333](https://github.com/dreamhunter2333/cloudflare_temp_email/assets/3275698/233794a2-d635-4e52-bc11-f2b53ef68668) 但是切换到账号标签页可以看到新建的邮箱,而且邮箱可以正常收邮件。 接着是无法查看邮箱凭证,点击查看则前端弹窗报错 `Code 500: Internal Server Error` 后台日志报错 ``` "logs": [ { "message": [ "TypeError: Cannot read properties of undefined (reading 'includes')" ``` 因为无法查看凭证所以无法给自己建的新用户绑定邮箱
kerem closed this issue 2026-02-26 20:35:38 +03:00
Author
Owner

@dreamhunter2333 commented on GitHub (Jun 16, 2024):

worker 的 JWT_SECRET 是否配置了呢

<!-- gh-comment-id:2171000912 --> @dreamhunter2333 commented on GitHub (Jun 16, 2024): worker 的 JWT_SECRET 是否配置了呢
Author
Owner

@foxdodo commented on GitHub (Jun 16, 2024):

worker 的 JWT_SECRET 是否配置了呢

23
这样配置可以吗?也尝试过JWT_SECRET=["faplord"] 一样的报错,这个值是我乱写的,有影响吗?

<!-- gh-comment-id:2171409336 --> @foxdodo commented on GitHub (Jun 16, 2024): > worker 的 JWT_SECRET 是否配置了呢 ![23](https://github.com/dreamhunter2333/cloudflare_temp_email/assets/3275698/31a79f63-61b5-4f42-9655-1a2ecdb74aca) 这样配置可以吗?也尝试过`JWT_SECRET`=`["faplord"]` 一样的报错,这个值是我乱写的,有影响吗?
Author
Owner

@dreamhunter2333 commented on GitHub (Jun 16, 2024):

worker 的 JWT_SECRET 是否配置了呢

23

这样配置可以吗?也尝试过JWT_SECRET=["faplord"] 一样的报错,这个值是我乱写的,有影响吗?

图片上的 JWT_SECRE 少了一个 T,可以检查下是不是因为这个

<!-- gh-comment-id:2171419487 --> @dreamhunter2333 commented on GitHub (Jun 16, 2024): > > worker 的 JWT_SECRET 是否配置了呢 > > > > ![23](https://github.com/dreamhunter2333/cloudflare_temp_email/assets/3275698/31a79f63-61b5-4f42-9655-1a2ecdb74aca) > > 这样配置可以吗?也尝试过`JWT_SECRET`=`["faplord"]` 一样的报错,这个值是我乱写的,有影响吗? 图片上的 JWT_SECRE 少了一个 T,可以检查下是不是因为这个
Author
Owner

@foxdodo commented on GitHub (Jun 16, 2024):

"faplord"

我煞笔了🤣
感谢大佬

<!-- gh-comment-id:2171431315 --> @foxdodo commented on GitHub (Jun 16, 2024): > "faplord" 我煞笔了🤣 感谢大佬
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudflare_temp_email#100
No description provided.