Skip to content

Unable to create pages using github repository #9255

@sourabhmandal

Description

@sourabhmandal

Which Cloudflare product(s) does this pertain to?

Pages

What versions & operating system are you using?

Node v23, Mac OS, npm v10.9.2

Please provide a link to a minimal reproduction

https://github.com/bitsofmandal-com/campusbook-ng

Describe the Bug

2025-05-15T03:57:05.512Z	Initializing build environment...
2025-05-15T03:57:11.788Z	Success: Finished initializing build environment
2025-05-15T03:57:12.407Z	Cloning repository...
2025-05-15T03:57:13.512Z	Detected the following tools from environment: npm@10.8.3, nodejs@22.9.0
2025-05-15T03:57:13.514Z	Installing project dependencies: npm clean-install --progress=false
2025-05-15T03:57:17.235Z	npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
2025-05-15T03:57:18.384Z	npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
2025-05-15T03:57:18.546Z	npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
2025-05-15T03:57:28.228Z	
2025-05-15T03:57:28.228Z	added 989 packages, and audited 990 packages in 14s
2025-05-15T03:57:28.230Z	
2025-05-15T03:57:28.230Z	165 packages are looking for funding
2025-05-15T03:57:28.230Z	  run `npm fund` for details
2025-05-15T03:57:28.234Z	
2025-05-15T03:57:28.234Z	found 0 vulnerabilities
2025-05-15T03:57:28.331Z	Executing user build command: npm run build
2025-05-15T03:57:28.580Z	
2025-05-15T03:57:28.583Z	> campusbook-ng@0.0.0 build
2025-05-15T03:57:28.587Z	> ng build && npm run process
2025-05-15T03:57:28.587Z	
2025-05-15T03:57:29.485Z	❯ Building...
2025-05-15T03:57:48.406Z	✔ Building...
2025-05-15T03:57:48.410Z	Browser bundles      
2025-05-15T03:57:48.410Z	Initial chunk files   | Names            |  Raw size | Estimated transfer size
2025-05-15T03:57:48.410Z	main-SXLY4P7S.js      | main             | 258.85 kB |                71.40 kB
2025-05-15T03:57:48.410Z	polyfills-FFHMD2TL.js | polyfills        |  34.52 kB |                11.28 kB
2025-05-15T03:57:48.411Z	styles-5INURTSO.css   | styles           |   0 bytes |                 0 bytes
2025-05-15T03:57:48.411Z	
2025-05-15T03:57:48.411Z	                      | Initial total    | 293.37 kB |                82.68 kB
2025-05-15T03:57:48.411Z	
2025-05-15T03:57:48.411Z	
2025-05-15T03:57:48.411Z	Server bundles       
2025-05-15T03:57:48.411Z	Initial chunk files   | Names            |  Raw size
2025-05-15T03:57:48.411Z	main.server.mjs       | main.server      | 706.21 kB |                        
2025-05-15T03:57:48.411Z	polyfills.server.mjs  | polyfills.server | 271.33 kB |                        
2025-05-15T03:57:48.411Z	server.mjs            | server           |   3.88 kB |                        
2025-05-15T03:57:48.411Z	
2025-05-15T03:57:48.411Z	Prerendered 0 static routes.
2025-05-15T03:57:48.412Z	Application bundle generation complete. [18.921 seconds]
2025-05-15T03:57:48.412Z	
2025-05-15T03:57:48.415Z	Output location: /opt/buildhome/repo/dist
2025-05-15T03:57:48.415Z	
2025-05-15T03:57:49.003Z	
2025-05-15T03:57:49.003Z	> campusbook-ng@0.0.0 process
2025-05-15T03:57:49.003Z	> node ./tools/copy-files.mjs
2025-05-15T03:57:49.004Z	
2025-05-15T03:57:49.061Z	Success: Build command completed
2025-05-15T03:57:49.062Z	Executing user deploy command: npx wrangler pages deploy
2025-05-15T03:57:50.905Z	
2025-05-15T03:57:50.906Z	 ⛅️ wrangler 4.14.4
2025-05-15T03:57:50.906Z	-------------------
2025-05-15T03:57:50.906Z	
2025-05-15T03:57:52.110Z	
2025-05-15T03:57:52.159Z	✘ [ERROR] A request to the Cloudflare API (/accounts/a1fa58ea1db4dbf7298db4e06600f11c/pages/projects/campusbook-ng) failed.
2025-05-15T03:57:52.159Z	
2025-05-15T03:57:52.159Z	  Project not found. The specified project name does not match any of your existing projects. [code: 8000007]
2025-05-15T03:57:52.160Z	  
2025-05-15T03:57:52.160Z	  If you think this is a bug, please open an issue at: https://github.com/cloudflare/workers-sdk/issues/new/choose
2025-05-15T03:57:52.160Z	
2025-05-15T03:57:52.160Z	
2025-05-15T03:57:52.234Z	Failed: error occurred while running deploy command

Please provide any relevant error logs

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No fields configured for Bug.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions