The youtube errors I am not worried about. I also understand there have been other forum posts with similar issues but I feel like I have read quite a lot of forum posts and tried a lot of different things and have had no luck.
The site loads and works fine when I load it up locally, but not when hosted on Cloudflare.
I am building the site from a template and when uploading the unedited template/clearing cache the page does work if I upload as a folder, but not if I upload as zip or from github. Apposed to my edited version of the template/site which will not work no matter how I load it.
I have tried:
purge cache/try dev mode
rename CSS file?
bunch of other stuff I can’t remember (im only learning and also very blazed)
It looks like your CSS files don’t exist at the specified paths. And, you don’t have a 404.html file, so instead of just returning 404 not found, Pages returns the main page instead (SPA behavior).
The errors are consistent with the CSS file not existing in the build output directory (at least not at the specified path). The source maps for the Bootstrap files, too, and the pages that are linked from the main page.
Is it possible you’re putting all your files in a subdirectory of the build directory, instead of in the build directory itself?
I might attempt to host the website elsewhere to see if the result is reproduced.
Very likely It’s something glaringly obvious but I just remember having a much easier time last time I was messing with web hosting lol.