Cloudflare pages 'cannot be found' (even after 24hs)

For Workers & Pages, what is the name of the domain?

bookmarketplace-static.pages.dev

What is the error number?

What is the error message?

This bookmarketplace-static.pages.dev page can’t be found No web page was found for the web address: https://bookmarketplace-static.pages.dev/

What is the issue or error you’re encountering

deploying via git, simple html static webpage, internal pages.dev url cannot be found.

What steps have you taken to resolve the issue?

checked git repo filenames all correct

$ ls -lt
total 48
-rw-r–r-- 1 bforrest staff 25 7 May 17:48 README.md
-rw-r–r-- 1 bforrest staff 16483 7 May 17:33 index.html

build commands empty (as static html/raw js).
directories all / (output dir and root dir)

logs ‘succesful’

2025-05-07T07:50:08.867435Z Cloning repository…
2025-05-07T07:50:09.815996Z From https://github.com/thebenjy/bookmarketplace_static
2025-05-07T07:50:09.816514Z * branch 4a363d487727a971235827b702adc5398dbcb0a0 → FETCH_HEAD
2025-05-07T07:50:09.816634Z
2025-05-07T07:50:09.842487Z HEAD is now at 4a363d4 first commit
2025-05-07T07:50:09.843022Z
2025-05-07T07:50:09.938936Z
2025-05-07T07:50:09.939516Z Using v2 root directory strategy
2025-05-07T07:50:09.962863Z Success: Finished cloning repository files
2025-05-07T07:50:11.87277Z Checking for configuration in a Wrangler configuration file (BETA)
2025-05-07T07:50:11.873598Z
2025-05-07T07:50:12.978947Z No wrangler.toml file found. Continuing.
2025-05-07T07:50:12.979323Z No build command specified. Skipping build step.
2025-05-07T07:50:12.979967Z Note: No functions dir at /functions found. Skipping.
2025-05-07T07:50:12.980161Z Validating asset output directory
2025-05-07T07:50:15.739177Z Deploying your site to Cloudflare’s global network…
2025-05-07T07:50:18.316149Z Uploading… (0/1)
2025-05-07T07:50:18.842627Z Uploading… (1/1)
2025-05-07T07:50:18.843085Z :sparkles: Success! Uploaded 1 files (1.40 sec)
2025-05-07T07:50:18.843257Z
2025-05-07T07:50:19.375631Z :sparkles: Upload complete!
2025-05-07T07:50:22.604975Z Success: Assets published!
2025-05-07T07:50:26.067463Z Success: Your site was deployed!

What are the steps to reproduce the issue?

comparing to a working site (i only have 3) all settings look the same.

It’s not finding an index.html in the build output directory. You said you have that set to / so is it possible that your HTML file is in a subdirectory?

thanks so much for quick response. i just tried multiple things and got it.

i had the following assuming path was root if empty. seems that the ‘path’ root directory needs to be another ‘/’ … confusing!? or am i missing something?