I can't create Cloudflare pages

HTTP ERROR 404

I’m trying to create Cloudflare pages with my builder. After that, I’ll connect to my domain. But I don’t solve this problem.

Is there anything I missed?

Hello @clay, welcome to the forum! Are there any build errors you can share? The build for that starter ran successfully for me with Cloudflare pages. Did you make any modifications to the starter? One thing I would recommend is using npm run build for the build command. If you look in the package.json for the Gatsby starter this will run gatsby clean first every time a build starts to prevent any caching issues.