Could someone please help me to publish my website on github?
I created a repository where I uploaded all my files. Then published it. However, when I go to my URL, I get an error 404 - please see here https://camielalli.github.io/.
This is my repository: https://github.com/camielalli/camielalli.github.io
I'm a complete beginner with github and creating a website, so I'm sure there's something very obvious that I'm missing out on.
Thanks ever so much for anyone who will help me :)
Related
I have this problem and I think it has happened to many people.
I uploaded a react project to github pages, when I access to see the deploy, the screen appears blank, and the console tells me this, "main.jsx not load", I clarify that the file "main.jsx" is inside the repository.
CONSOLE IMAGE
I would appreciate your answers, in the meantime I will try to deploy on vercel...
I still haven't managed to solve this, the file "main.jsx" is in the repository uploaded, but in the deploy it doesn't read it.
enter image description here
i get this error, can someone help me?
ive used the install gh-pages, and it publiches but dosnt work
I am trying to deploy my portfolio website built with react. I am using github pages to deploy the page.
This is the website I used when I got a 404 error in deploying. https://github.com/orgs/community/discussions/23058
This is the website I am trying to deploy: https://shivam242001.github.io/
On opening the site I initially see the 404 error in the console and when I click refresh I see this in the console
This is the git repo: https://github.com/Shivam242001/Shivam242001.github.io
I really need some help, I have been stuck on this for way too long. Thanks in advance
Because you set the wrong home page
"homepage": "https://github.com/Shivam242001/website.git"
It should be
"homepage": "https://shivam242001.github.io"
Please refer to this: https://github.com/gitname/react-gh-pages#4-add-a-homepage-property-to-the-packagejson-file
I'm very new to using heroku. I deployed one of my projects on heroku : https://grace-barker-fsa.herokuapp.com/home
Everything seems to be working fine but my pictures aren't loading. The images are from dogapi.com and seeded into my database:
This is what my config vars looks like on the heroku app:
And this is what my package.json looks like :
when I run heroku run npm run seed in my terminal, I get this error:
There's not much online that helps me fix this issue, and Heroku support is really bad.
Any helpful tips will be greatly appreciated, I've tried everything and still cant figure it out.
Thanks in advance
I've tried following the github documentation and this video tutorial to a T https://www.youtube.com/watch?v=Dq6EkzoZp4w and yet when ever I try and visit my site I simply get a 404 error, this a link to the gh-page repo https://github.com/Jseto97/jseto.me/tree/gh-pages. Not sure what i'm doing wrong.
check this, it is very good tutorial to deploy react app on github pages https://medium.freecodecamp.org/surge-vs-github-pages-deploying-a-create-react-app-project-c0ecbf317089