mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[GH-ISSUE #312] Creating and deploying a new project is broken #73
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#73
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 @sandervspl on GitHub (Mar 7, 2026).
Original GitHub issue: https://github.com/cloudflare/vinext/issues/312
These were the steps I took (straight from your readme)
npm create next-app@latestnpx vinext initThen I tried to deploy.
Issues that I encountered that were not specified in the readme:
API error reaching /memberships-> I needed to add my account ID to wrangler.jsonc. I only found out after googling this error. This step is missing in the readmevite.config.tsfile to thisAfter that, my deploy finally worked.
I don't know if all of this is the recommended path, so I won't make a PR. But please make the initial deploy docs better ❤️