Page not found index.html?

Hello everyone,
I too have the classic page not found error.
www.derrell.org
my SSL works and I changed my home.html to index.html however still have no success. Is there anyone who knows how to fix this. issue?

hey derrell,

Please make sure your index.html file is in the root of your directory and redeploy the site.

this guide may have more helpful information: [Support Guide] I’ve deployed my site but I still see "Page not found” - #16 by lowi307

Hello,

I am not sure whats going on I’m now getting this error:

4:15:17 PM: build-image version: 4c0c1cadee6a31c9bb8d824514030009c4c05c6a (focal) 4:15:17 PM: build-image tag: v4.15.0 4:15:17 PM: buildbot version: e6d57a43d406fdcaf8ee2df93f280acce2e07259 4:15:18 PM: Fetching cached dependencies 4:15:18 PM: Starting to download cache of 29.9MB 4:15:18 PM: Finished downloading cache in 326.268008ms 4:15:18 PM: Starting to extract cache 4:15:18 PM: Finished extracting cache in 243.38854ms 4:15:18 PM: Finished fetching cache in 619.385192ms 4:15:18 PM: Starting to prepare the repo for build 4:15:19 PM: Preparing Git Reference refs/heads/main 4:15:20 PM: Parsing package.json dependencies 4:15:20 PM: Section completed: initializing 4:15:21 PM: Creating deploy upload records 4:15:21 PM: No build steps found, continuing to publishing 4:15:21 PM: Starting to deploy site from ‘static’ 4:15:21 PM: Creating deploy tree 4:15:21 PM: 0 new files to upload 4:15:21 PM: Starting post processing 4:15:21 PM: 0 new functions to upload 4:15:21 PM: Section completed: deploying 4:15:21 PM: Section completed: building 4:15:21 PM: Post processing - HTML 4:15:21 PM: Post processing - header rules 4:15:21 PM: Uploading Cache of size 29.9MB 4:15:21 PM: Post processing - redirect rules 4:15:21 PM: Post processing done 4:15:21 PM: Section completed: postprocessing 4:15:22 PM: Section completed: cleanup 4:15:22 PM: Finished processing build request in 4.148184696s 4:15:24 PM: Site is live :sparkles:

Please add me in why my CSS is not showing on the page all I see is index.html text

4:33:58 PM: build-image version: 4c0c1cadee6a31c9bb8d824514030009c4c05c6a (focal) 4:33:58 PM: build-image tag: v4.15.0 4:33:58 PM: buildbot version: e6d57a43d406fdcaf8ee2df93f280acce2e07259 4:33:58 PM: Building without cache 4:33:58 PM: Starting to prepare the repo for build 4:33:58 PM: No cached dependencies found. Cloning fresh repo 4:33:58 PM: git clone https://github.com/derrellj/under-construction 4:34:00 PM: Preparing Git Reference refs/heads/main 4:34:01 PM: Parsing package.json dependencies 4:34:01 PM: Section completed: initializing 4:34:01 PM: No build steps found, continuing to publishing 4:34:02 PM: Starting to deploy site from ‘’ 4:34:02 PM: Creating deploy tree asynchronously 4:34:02 PM: Creating deploy upload records 4:34:04 PM: 20 new files to upload 4:34:04 PM: 0 new functions to upload 4:34:04 PM: Section completed: deploying 4:34:04 PM: Section completed: building 4:34:04 PM: Starting post processing 4:34:04 PM: Uploading Cache of size 30.0MB 4:34:04 PM: Post processing - HTML 4:34:05 PM: Post processing - header rules 4:34:05 PM: Section completed: cleanup 4:34:05 PM: Post processing - redirect rules 4:34:05 PM: Finished processing build request in 6.879156253s 4:34:05 PM: Post processing done 4:34:05 PM: Section completed: postprocessing 4:34:08 PM: Site is live :sparkles:

Hi @derrellj, if possible can you share a repository of your site for me to help with the debugging?

Thanks.

Hi, @clarnx ,

I now have texts now however, my CSS is not working. here is a link to the repo.
https://github.com/derrellj/under-construction.git

Hi @derrellj, based on the repository you shared it looks like your project is a Django project.
Netlify offers a platform for deployment of modern static sites and serverless functions with JavaScript, Typescript, or Go.
However there is a post here on this forum discussion how you can deploy your Django project as a static generated site.
Kindly check the link below

Also you can read the blog post below on how to use Cactus to deploy your Django project as a static generated site to Netlify.

Hope this helps.

Thanks.