GitHub Error 404 There isn't a GitHub Pages site here - http-status-code-404

I'm a first time user and trying to publish my very simple HTML on GitHub. I've uploaded all the folders, index.html; contact-me.html; hobbies.html and the images folder but it does not work :( I've also waited about 30 mins still nothing.
This is where it says my site is published https://beatriceredi.github.io/CV/
Can anyone help me? Please Help

Related

404 error after adding `trailingSlash: false` in a docusaurus website

The bounty expires in 3 days. Answers to this question are eligible for a +100 reputation bounty.
SoftTimur wants to draw more attention to this question.
I have a website made by docusaurus 2.0.0-beta.18. I realize that, in production, when I click on items in the sidebar it first goes to https://example.com/docs/a-page. If I reload the page, the url becomes https://example.com/docs/a-page/. This problem does not exist in localhost.
I think a url should be consistent before and after reloading. And like StackOverflow, a good style is not having / in the end.
I searched issues of Docusaurus and it seems that trailingSlash would be the solution. So I added trailingSlash: false under module.exports in docusaurus.config.js.
Then, I deployed this change to my production server with docker and nignix. Loading most of the pages of the website returned a 404 error, while static contents could be loaded. Reloading nginx or recreating docker containers did not help.
So does anyone know if trailingSlash: false would solve this trailing slash problem? And is the 404 error due to trailingSlash?

React up - gh-pages -Failed to load resource: the server responded with a status of 404

I have a problem with upload github pages.
Few mounths ago i upload my firts webpage on github with no problem (ZTM Course: Andrei Neagoie).
Now i do it exatly the same way, but i cant display the website. In console i have this error
enter image description here
Can you help me?
My repository: https://github.com/czechThomas/lfojtova
I do it by tutorial on: https://github.com/gitname/react-gh-pages/tree/master
I tried to google it, tried to aply diferent advice. But always the same error :(
I tried all advice on the internet, but without success

After Deploying the React app the page displayed is black on github pages

https://itsmenick.github.io/my-portfolio/ this is my url
I did all the changes regarding the deployment ie changes in script and all but still not reflected in this.
https://github.com/ItsMeNick/my-portfolio/ this is my github path to repository
Can anyone say what is the mistake ?
That is odd. and the development build works just fine? I noticed there is a cors error from you github page and this could be your issue.

Server up and running but webpage not rendering on heroku local

I am in the process of deploying a dynamic, React.js app to Heroku and wanted to test it out by using 'heroku local' to see if it works before pushing it to Heroku. Everything seemed to be working fine with the server - my database console.log message logs to the terminal signifying everything is going well - but when I try to access the website which is on localhost:5000, I get an error message of 'Cannot GET /' and the console prints a message saying , 'Failed to load resource: the server responded with a status of 404 (Not Found)'. My React.js files are all within the build folder which in conjunction with all of the other files, were pushed to git and commited, but for some reason my files are not showing up. I would greatly appreciate if someone could help me determine what went wrong. Sorry if my question is a little vague; please let me know if I can clarify something in better detail as I am fairly new to programming.
I've added a proxy to one of my package.json files to help with url routing; possibly this could be causing the issue?
Also, if it helps at all, a photo of my folders within Visual Studio code are listed below:

React apps have stopped working on Github Pages - 404 Error

My React Apps were working perfectly on Github Pages until a few days ago, now they are all giving me 404 errors.
I'm not sure what to try, I haven't changed anything so I'm not sure why they're suddenly not working.
Here is a link to an example: https://github.com/paulmartin91/WikiSearch
It used to host a wikipedia search page, but now I'm getting the following...
"
404
File not found
The site configured at this address does not contain the requested file.
If this is your site, make sure that the filename case matches the URL.
For root URLs (like http://example.com/) you must provide an index.html file.
Read the full documentation for more information about using GitHub Pages.
GitHub Status — #githubstatus
"
It is working locally.
Thanks!
All fixed, I was using the github url 'https://github.com/paulmartin91/WikiSearch' as the package.json.homepage instead of the gh-pages url.

Resources