mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[GH-ISSUE #147] zip无法下载问题 #47
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#47
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 @gushan123 on GitHub (Apr 21, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/147
调试工具说访问https://temp-mail-docs.awsl.uk/ui_install/frontend.zip返回状态码404
@gushan123 commented on GitHub (Apr 21, 2024):
我在github上下载了frontend文件夹上传之后搭建了https://mail-6bp.pages.dev/
访问是空白页面
@dreamhunter2333 commented on GitHub (Apr 21, 2024):
我测试下,可能最新版有点问题, github直接下载是不能使用的,需要更改下后端的 url
@dreamhunter2333 commented on GitHub (Apr 21, 2024):
暂时通过命令行部署吧,文档打包少了文件,我晚上重新部署下文档
@gushan123 commented on GitHub (Apr 21, 2024):
不会用命令行,哈哈哈
@dreamhunter2333 commented on GitHub (Apr 21, 2024):
那我晚上更新一下
@gushan123 commented on GitHub (Apr 21, 2024):
好的,感谢!我去下载之前的版本的frontend文件有没有用?
@dreamhunter2333 commented on GitHub (Apr 21, 2024):
一个临时的解决方案,从这里下载 zip, https://github.com/dreamhunter2333/cloudflare_temp_email/releases/tag/v0.2.7
修改里面的 index-xxx.js 文件 ,xx 是随机的字符串,搜索
https://temp-email-api.xxx.xxx ,替换成你worker 的域名,然后部署新的zip文件
(其实文档里的按钮就是在做这件事
@gushan123 commented on GitHub (Apr 21, 2024):
创建Cloudflare workers 后端打开域名应该要显示Hello world还是Not Found
@gushan123 commented on GitHub (Apr 21, 2024):
大佬,我搭建出页端了,但是生成邮箱时提示Code 500: Failed to create address
@gushan123 commented on GitHub (Apr 21, 2024):
我看到其他人也遇到了,你说解决了,但是我下载了新版好像还是会这样
@dreamhunter2333 commented on GitHub (Apr 22, 2024):
最新文档已修复