mirror of
https://github.com/beilunyang/moepush.git
synced 2026-04-26 20:15:49 +03:00
[GH-ISSUE #18] 部署问题请教 #12
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/moepush#12
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 @cuxt on GitHub (Apr 27, 2025).
Original GitHub issue: https://github.com/beilunyang/moepush/issues/18
Project *** does not exist. Creating...
Error creating project: Error: Error creating project: Bad Request
at createProject (/home/runner/work/moepush/moepush/scripts/deploy.ts:112:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async checkProjectExists (/home/runner/work/moepush/moepush/scripts/deploy.ts:87:13)
at async main (/home/runner/work/moepush/moepush/scripts/deploy.ts:154:9)
Error checking project existence: Error: Error creating project: Bad Request
at createProject (/home/runner/work/moepush/moepush/scripts/deploy.ts:112:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async checkProjectExists (/home/runner/work/moepush/moepush/scripts/deploy.ts:87:13)
at async main (/home/runner/work/moepush/moepush/scripts/deploy.ts:154:9)
❌ Deployment failed: Error: Error creating project: Bad Request
at createProject (/home/runner/work/moepush/moepush/scripts/deploy.ts:112:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async checkProjectExists (/home/runner/work/moepush/moepush/scripts/deploy.ts:87:13)
at async main (/home/runner/work/moepush/moepush/scripts/deploy.ts:154:9)
Error: Process completed with exit code 1.
@beilunyang commented on GitHub (Apr 27, 2025):
检查下 project_name 是否含有非法字符串。
建议全小写字母
@cuxt commented on GitHub (Apr 28, 2025):
确实是大写字母的问题,谢谢