mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[GH-ISSUE #551] [BUG]worker更新报错 #213
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#213
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 @yixuexiaoao on GitHub (Jan 10, 2025).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/551
复现步骤
之前用的0.81版本,可以正常使用
更新0.83版本pages后,再部署worker出现如下报错,无法部署
Uncaught Error: No such module "path". imported from "worker.js"
现在打开用户界面后会提示network error
预期行为
更新worker后正常运行
部署方式
浏览器环境
edge
@yixuexiaoao commented on GitHub (Jan 10, 2025):
部署问题已解决,要在运行时里改成最新的Nodejs
但是又出现了前端用自定义域名显示network error ,用pages域名可以正常访问的问题
@NoviceLevel commented on GitHub (Jan 10, 2025):
网络问题大概,我也遇到过
@dreamhunter2333 commented on GitHub (Jan 10, 2025):
是的,需要指定下这个,network error 可能是浏览器缓存或者没有科学上网

https://temp-mail-docs.awsl.uk/zh/guide/ui/worker.html
@yixuexiaoao commented on GitHub (Jan 11, 2025):
network error 问题已解决,清空DNS和浏览器缓存就可以了