Two different repositories CANT deploy them #112179
Replies: 5 comments 2 replies
-
Hi @TsuriH,It's best to learn how to use Google effectively before asking other devs for help. Learn to find information by yourself, then if that doesn't work, ask other devs for help. In this case, you have a problem deploying a React app (generated via So on google, that would be the tech you have issues with, example I've deployed a copy of your site. Let me know if you have further issues deploying the site, and I'd be glad to assist, but only after you've tried it yourself :) |
Beta Was this translation helpful? Give feedback.
-
|
But I did do that! for hours I was scrolling through StackOverFlow and read
comment on your forums, but nothing had helped in my case
…On Wed, 13 Mar 2024 at 01:06, セイル · MJ Sabit ***@***.***> wrote:
Hi @TsuriH <https://github.com/TsuriH>,
It's best to learn how to use Google effectively before asking other devs
for help. Learn to find information by yourself, then if that doesn't work,
ask other devs for help.
In this case, you have a problem deploying a React app (generated via
create-react-app) to github pages.
So on google, that would be the tech you have issues with, example create-react-app
github pages -- and that usually points you to the documentation.
image.png (view on web)
<https://github.com/community/community/assets/98249191/44e4fc2d-cef7-4218-8658-85cb6cdd4095>
I've deployed a copy of your site
<https://seylu.github.io/TsuriH-rock-paper-scissors/>. Let me know if you
have further issues deploying the site, and I'd be glad to assist, but only
after you've tried it yourself :)
—
Reply to this email directly, view it on GitHub
<#112179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXSV6TSONRVBZQW2Y6QTGXDYX6DAFAVCNFSM6AAAAABERCK3ZKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DONRVHA2TE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
I attempted to remove node modules, reinstall, commit, and push again.
Additionally, I experimented with adding the following code to the
package.json file:
"homepage": "https://myusername.github.io/your-repository-name"
I also moved it outside the index.html file to be in the root directory
rather than inside the src folder.
…On Wed, 13 Mar 2024 at 13:58, セイル · MJ Sabit ***@***.***> wrote:
Did you follow the steps mentioned in the docs (How to deploy
create-react-app to github pages)?
Can you specify the issue (where/what step in the docs are you having an
issue with)?
—
Reply to this email directly, view it on GitHub
<#112179 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXSV6TRO2PSBJSAK3SBEBQ3YYA5QDAVCNFSM6AAAAABERCK3ZKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DONZSGIYTS>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
I did everything that is needed. Can you help me though?
…On Wed, 13 Mar 2024 at 14:39, セイル · MJ Sabit ***@***.***> wrote:
hmmmm, in the docs, that is step 1. Have you tried doing step 2?
image.png (view on web)
<https://github.com/community/community/assets/98249191/c56cacb5-1e44-487c-89d9-a62cc0b3e00f>
—
Reply to this email directly, view it on GitHub
<#112179 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXSV6TSRFJGFL5W4X4YXL5DYYBCIHAVCNFSM6AAAAABERCK3ZKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DONZSGY2TA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Hi everyone, I'm currently attempting to deploy two React projects, but I've encountered some issues. I've spent the last four hours troubleshooting, and I'm hoping someone can assist me. In the first repository, clicking "Visit Site" redirects me to a 404 error:
https://tsurih.github.io/rock-paper-scissos/
This is the repo:
https://github.com/TsuriH/rock-paper-scissos.git
Meanwhile, the second one redirects me to the image attached

repo: https://github.com/TsuriH/rockGameAgain.git
Beta Was this translation helpful? Give feedback.
All reactions