Really new to cloudflare and help would be appreciated
https://sirdso.pages.dev/
sirdso.dev
I just shows error code 404 and i dont know what im doing wrong, also this is my first domain so i dont really know what im doing
16 Replies
Hi. An HTTP 404 error is a client side error that means that the origin web server couldn’t find a requested file. Cloudflare does not generate 404 errors, so this would indicate something is not configured correctly at your hosting provider. It’s possible that a document root with your origin is pointed to the wrong host name or different working directory
You should be able to find these errors 404 in the access logs of your origin web server
The best next steps would be to work with your hosting provider to identify what potential misconfiguration could be in place that would cause the origin to look for a file where it doesn’t exist
So I did some troubleshooting
And I finally got this
https://sirdso.dev/
But all it says is hello world
Is there a specific reason for that?
what did you setup? That doesn't look like a Pages Custom Domain


It's supposed to be a pages custom domain
but idk where the hello world came from
i never wrote that
That's Workers, and Workers Builds, not Pages. Do you mean to use Workers Static Asssets?
I appriciate you trying to help but im new to cloudflare so some terms i might mix up, and yes i heard that you can like host static websites for free and thats what i was attempting to do, if that makes any sense

ah so you get the choice to choose between workers and pages
should i delete my current worker and start over as a page?
What are you trying to host/serve? you already have a static website?
I'm trying to i guess you can say display my readme github https://github.com/sirdso/sirdso
GitHub
GitHub - sirdso/sirdso
Contribute to sirdso/sirdso development by creating an account on GitHub.
can that be done with pages?
browsers can't view markup natively, it'd look like this

o
ok i guess, is there any alternative u recommend?
also im still wondering where the 'hello world' came from on https://sirdso.dev/ because i didnt write that
is there anyway to find out?
It came from the worker you created
the default template is Hello World
ah alright