mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[GH-ISSUE #512] [BUG] No domains found, please check your worker settings #194
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#194
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @2754026865 on GitHub (Dec 5, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/512
问题
页面报错,不能注册账号,不能登录
##验证
1.后端正确两个地址都返回“ok”
预期行为
能够正常显示页面,但是现在报错
部署方式
浏览器环境
edge
@2754026865 commented on GitHub (Dec 5, 2024):
@dreamhunter2333 commented on GitHub (Dec 5, 2024):
感谢反馈,看起来 worker 的变量未配置 domains
参考
Settings -> Variables, 如图所示添加变量,参考 修改 wrangler.toml 配置文件 中的 [vars] 部分
https://temp-mail-docs.awsl.uk/zh/guide/ui/worker.html
@2754026865 commented on GitHub (Dec 5, 2024):
1.您那个平台


2.我刚刚自己按照教程搭的
这多多少少不一样吧,我哪里配得不对😭
@dreamhunter2333 commented on GitHub (Dec 5, 2024):
worker 变量中需要配置允许创建邮箱,创建邮箱之后就可以正常使用了,
可以到 cf 的这个页面查看
@2754026865 commented on GitHub (Dec 5, 2024):
我在变量中添加了呀

@dreamhunter2333 commented on GitHub (Dec 5, 2024):
拼写错误了,true.
@2754026865 commented on GitHub (Dec 5, 2024):
感谢!解决了