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
Vero
Vero3w ago
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
WaterMelone
WaterMeloneOP3w ago
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?
Chaika
Chaika3w ago
what did you setup? That doesn't look like a Pages Custom Domain
WaterMelone
WaterMeloneOP3w ago
No description
No description
WaterMelone
WaterMeloneOP3w ago
It's supposed to be a pages custom domain but idk where the hello world came from i never wrote that
Chaika
Chaika3w ago
That's Workers, and Workers Builds, not Pages. Do you mean to use Workers Static Asssets?
WaterMelone
WaterMeloneOP3w ago
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
WaterMelone
WaterMeloneOP3w ago
No description
WaterMelone
WaterMeloneOP3w ago
ah so you get the choice to choose between workers and pages should i delete my current worker and start over as a page?
Chaika
Chaika3w ago
What are you trying to host/serve? you already have a static website?
WaterMelone
WaterMeloneOP3w ago
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.
WaterMelone
WaterMeloneOP3w ago
can that be done with pages?
Chaika
Chaika3w ago
browsers can't view markup natively, it'd look like this
No description
WaterMelone
WaterMeloneOP3w ago
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?
Chaika
Chaika3w ago
It came from the worker you created the default template is Hello World
WaterMelone
WaterMeloneOP3w ago
ah alright

Did you find this page helpful?