react-gh-pages icon indicating copy to clipboard operation
react-gh-pages copied to clipboard

Deploying a React App (created using create-react-app) to GitHub Pages

Results 59 react-gh-pages issues
Sort by recently updated
recently updated
newest added

Currently, the tutorial does not contain information about using a custom domain. Some users of the tutorial have expressed a desire for the tutorial to include such information. Here is...

enhancement
custom-domain

I have been using react app with gh pages using HashRouter. Now I updated to Browserrouter. Now the inital load everything is fine but reloading in and internal link returns...

react-router

![16267603562742806764158402205587](https://user-images.githubusercontent.com/82380307/126268752-33b3eb26-88e9-4f85-8e24-957d930d060a.jpg) I created my portfolio website but when I click on home or about me or skills or contact ...every time I found the error like ![1626760492882636820505087115265](https://user-images.githubusercontent.com/82380307/126268934-f7c70f5c-683a-43a2-aed2-b8fee4d35380.jpg) How I solve...

react-router

Github pages gave me a 404 error message after deploying. Using only lower case letters in the repository name solved the issue in my case.

help wanted

Hi, I deployed my page (https://lberthaut.github.io/projetsportsee/), and put component's paths with Routes. The homepage is goodly deployed but I should be able to change pages by adding a uri (12...

react-router

Hi, first of all, thanks for the good work and that great project. I'm havin major troubles though, using react-router-dom v6 with gh-pages. As soon as i start using routes,...

react-router

When adding the homepage key inside the `package.json` while working with `react-i18next`, the whole app stops being translated. **To reproduce** ```json "i18next": "^21.8.8", "react": "^18.1.0", "react-i18next": "^11.17.0", "react-i18next": "^11.17.0", ```...

Whenever I reaload my react website, it throws me page not found error. What I suppose to do? But there is no issue with my other react projects that has...

https://github.com/palak-porwal/monster My git hub repository https://palak-porwal.github.io/monster/ My link! Please help

I've done according your instruction, but everything is pushed to github repo but nothing to github pages. I added "homepage":"..." to package.json, and got nothing. But my terminal said ```...