cloudflare / cloudflare/developer-platform
Project not found. The specified project name does not match any of your existing projects. [code: 8000007]
- Dominant language
- No language data
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### What versions & operating system are you using?
"@opennextjs/cloudflare": "1.16.0",
"wrangler": "4.61.0"
Windows 11
Next.js 16 + React 19
### Please provide a link to a minimal reproduction
https://github.com/Ali-Tamerr/Nexus--Social-study-mapping-tool
### Describe the Bug
from the errors provided in the log,
i seriously don't understand after all these many errors that i had recieved and fixed with gemini because i got so tired of looking for their solutions myself just to find out that i'm not able doing anything at the end already because of a stupid bug
wrangler.jsonc :
{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "nexus",
"pages_build_output_dir": ".open-next/assets",
"compatibility_date": "2026-01-27",
"compatibility_flags": [
"nodejs_compat"
]
}
-----
package.json :
{
"name": "nexus",
"version": "0.1.0",
"description": "An interactive personal knowledge graph explorer built with Next.js and D3-force.",
"author": "Ali Tamer",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "eslint",
"build:worker": "npx @opennextjs/cloudflare build",
"deploy:worker": "npm run build:worker && wrangler pages deploy .open-next"
},
"dependencies": {
"@opennextjs/cloudflare": "1.16.0",
"@react-oauth/google": "0.13.4",
"@tanstack/react-query": "5.90.16",
"clsx": "2.1.1",
"d3-force": "3.0.0",
"jwt-decode": "4.0.0",
"lucide-react": "0.562.0",
"next": "16.1.5",
"next-auth": "5.0.0-beta.30",
"qrcode.react": "4.2.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-force-graph-2d": "1.29.0",
"tailwind-merge": "3.4.0",
"zustand": "5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.18",
"@types/node": "20.19.27",
"@types/react": "19.2.9",
"@types/react-dom": "19.2.3",
"eslint": "9.39.2",
"eslint-config-next": "16.1.1",
"tailwindcss": "4.1.18",
"typescript": "5.9.3",
"wrangler": "4.61.0"
}
}
-----------
and my project's name as you can see here
i mean, what else am i supposed to do!!?? i have done what's needed to solve the problem and still no successful build yet!! even gemini started hallucinating after telling him that bug
### Please provide any relevant error logs
2026-01-28T13:59:27.146Z Initializing build environment...
2026-01-28T13:59:29.015Z Success: Finished initializing build environment
2026-01-28T13:59:30.831Z Cloning repository...
2026-01-28T13:59:31.945Z Detected the following tools from environment: npm@10.9.2, nodejs@22.16.0
2026-01-28T13:59:31.947Z Restoring from dependencies cache
2026-01-28T13:59:31.950Z Restoring from build output cache
2026-01-28T13:59:32.096Z Installing project dependencies: npm clean-install --progress=false
2026-01-28T13:59:39.351Z npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead
2026-01-28T14:00:14.521Z
2026-01-28T14:00:14.521Z added 1247 packages, and audited 1248 packages in 41s
2026-01-28T14:00:14.521Z
2026-01-28T14:00:14.521Z 206 packages are looking for funding
2026-01-28T14:00:14.521Z run `npm fund` for details
2026-01-28T14:00:14.556Z
2026-01-28T14:00:14.556Z 12 vulnerabilities (11 low, 1 moderate)
2026-01-28T14:00:14.556Z
2026-01-28T14:00:14.556Z To address issues that do not require attention, run:
2026-01-28T14:00:14.556Z npm audit fix
2026-01-28T14:00:14.556Z
2026-01-28T14:00:14.556Z To address all issues (including breaking changes), run:
2026-01-28T14:00:14.557Z npm audit fix --force
2026-01-28T14:00:14.557Z
2026-01-28T14:00:14.557Z Run `npm audit` for details.
2026-01-28T14:00:14.782Z Executing user build command: npm run build:worker
2026-01-28T14:00:16.363Z
2026-01-28T14:00:16.363Z > nexus--social-study-mapping-tool@0.1.0 build:worker
2026-01-28T14:00:16.364Z > npx @opennextjs/cloudflare build
2026-01-28T14:00:16.364Z
2026-01-28T14:00:19.312Z
2026-01-28T14:00:19.312Z ┌─────────────────────────────┐
2026-01-28T14:00:19.313Z │ OpenNext — Cloudflare build │
2026-01-28T14:00:19.313Z └─────────────────────────────┘
2026-01-28T14:00:19.313Z
2026-01-28T14:00:19.436Z App directory: /opt/buildhome/repo
2026-01-28T14:00:19.437Z Next.js version : 16.1.5
2026-01-28T14:00:19.439Z @opennextjs/cloudflare version: 1.16.0
2026-01-28T14:00:19.439Z @opennextjs/aws version: 3.9.13
2026-01-28T14:00:19.440Z
2026-01-28T14:00:19.440Z ┌─────────────────────────────────┐
2026-01-28T14:00:19.441Z │ OpenNext — Building Next.js app │
2026-01-28T14:00:19.441Z └─────────────────────────────────┘
2026-01-28T14:00:19.441Z
2026-01-28T14:00:19.598Z
2026-01-28T14:00:19.599Z > nexus--social-study-mapping-tool@0.1.0 build
2026-01-28T14:00:19.599Z > next build
2026-01-28T14:00:19.599Z
2026-01-28T14:00:20.418Z ⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
2026-01-28T14:00:20.422Z Attention: Next.js now collects completely anonymous telemetry regarding usage.
2026-01-28T14:00:20.422Z This information is used to shape Next.js' roadmap and prioritize features.
2026-01-28T14:00:20.422Z You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
2026-01-28T14:00:20.422Z https://nextjs.org/telemetry
2026-01-28T14:00:20.423Z
2026-01-28T14:00:20.434Z ▲ Next.js 16.1.5 (Turbopack)
2026-01-28T14:00:20.435Z
2026-01-28T14:00:20.598Z Creating an optimized production build ...
2026-01-28T14:00:32.621Z ✓ Compiled successfully in 11.5s
2026-01-28T14:00:32.621Z Running TypeScript ...
2026-01-28T14:00:40.161Z Collecting page data using 1 worker ...
2026-01-28T14:00:40.575Z Generating static pages using 1 worker (0/8) ...
2026-01-28T14:00:40.789Z Generating static pages using 1 worker (2/8)
2026-01-28T14:00:40.796Z Generating static pages using 1 worker (4/8)
2026-01-28T14:00:40.796Z Generating static pages using 1 worker (6/8)
2026-01-28T14:00:40.807Z ✓ Generating static pages using 1 worker (8/8) in 231.2ms
2026-01-28T14:00:40.812Z Finalizing page optimization ...
2026-01-28T14:00:41.337Z
2026-01-28T14:00:41.338Z Route (app)
2026-01-28T14:00:41.338Z ┌ ○ /
2026-01-28T14:00:41.338Z ├ ○ /_not-found
2026-01-28T14:00:41.338Z ├ ƒ /api/auth/[...nextauth]
2026-01-28T14:00:41.338Z ├ ƒ /api/auth/register
2026-01-28T14:00:41.338Z ├ ƒ /api/profiles/email/[email]
2026-01-28T14:00:41.338Z ├ ○ /auth/popup-close
2026-01-28T14:00:41.338Z ├ ○ /debug
2026-01-28T14:00:41.338Z ├ ƒ /project/[id]
2026-01-28T14:00:41.338Z ├ ƒ /project/[id]/preview
2026-01-28T14:00:41.338Z └ ○ /project/editor
2026-01-28T14:00:41.338Z
2026-01-28T14:00:41.338Z
2026-01-28T14:00:41.338Z ○ (Static) prerendered as static content
2026-01-28T14:00:41.338Z ƒ (Dynamic) server-rendered on demand
2026-01-28T14:00:41.338Z
2026-01-28T14:00:41.396Z
2026-01-28T14:00:41.397Z ┌──────────────────────────────┐
2026-01-28T14:00:41.397Z │ OpenNext — Generating bundle │
2026-01-28T14:00:41.397Z └──────────────────────────────┘
2026-01-28T14:00:41.397Z
2026-01-28T14:00:41.481Z Bundling middleware function...
2026-01-28T14:00:41.555Z Bundling static assets...
2026-01-28T14:00:41.572Z Bundling cache assets...
2026-01-28T14:00:41.590Z Building server function: default...
2026-01-28T14:00:44.516Z Applying code patches: 2.550s
2026-01-28T14:00:45.234Z # copyPackageTemplateFiles
2026-01-28T14:00:45.239Z ⚙️ Bundling the OpenNext server...
2026-01-28T14:00:45.239Z
2026-01-28T14:00:46.795Z Worker saved in `.open-next/worker.js` 🚀
2026-01-28T14:00:46.796Z
2026-01-28T14:00:46.796Z OpenNext build complete.
2026-01-28T14:00:46.968Z Success: Build command completed
2026-01-28T14:00:47.091Z Executing user deploy command: npx wrangler pages deploy .open-next
2026-01-28T14:00:48.458Z
2026-01-28T14:00:48.458Z ⛅️ wrangler 4.61.0
2026-01-28T14:00:48.458Z ───────────────────
2026-01-28T14:00:49.174Z
2026-01-28T14:00:49.226Z ✘ [ERROR] A request to the Cloudflare API (/accounts/748275763811d1c3a8641552c1d3501f/pages/projects/nexus) failed.
2026-01-28T14:00:49.226Z
2026-01-28T14:00:49.226Z Project not found. The specified project name does not match any of your existing projects. [code: 8000007]
2026-01-28T14:00:49.226Z
2026-01-28T14:00:49.226Z If you think this is a bug, please open an issue at: https://github.com/cloudflare/workers-sdk/issues/new/choose
2026-01-28T14:00:49.226Z
2026-01-28T14:00:49.226Z
2026-01-28T14:00:49.238Z 🪵 Logs were written to "/opt/buildhome/.config/.wrangler/logs/wrangler-2026-01-28_14-00-47_971.log"
2026-01-28T14:00:49.283Z Failed: error occurred while running deploy command
Contributor guide
Assessment
This issue has not been assessed yet.