I’d suggest revoking your key. You don’t want to share that.
Anyways, looking at your logs you have a couple of problems.
Date and Time | Error Message |
---|---|
2024-12-27T23:05:49.780613Z | Successfully read wrangler.toml file. |
2024-12-27T23:05:49.92346Z | Found a .tool-versions file in user-specified root directory. Installing dependencies. |
2024-12-27T23:05:50.373802Z | pnpm plugin is not installed |
The instructions tell you to delete the wrangler.toml
, .tool-versions
, and re-deploy because they will cause the deployment to fail. Specifically .tool-versions
will try to use pnpm
before it’s installed.
Please follow the instructions completely.
Remove the files, re-deploy and use the stable
branch.