Replies: 6 comments 1 reply
-
|
This issue is not related to the QR codes themselves. The QR codes are working correctly, but the GitHub Pages website linked to them is currently not available. The QR codes redirect to https://itcannamecard.github.io/, which is a GitHub Pages site. If GitHub Pages is disabled, misconfigured, or missing required files, the site will stop loading and all QR codes pointing to it will fail at the same time. To fix this issue, open your repository on GitHub, go to Settings → Pages, and make sure GitHub Pages is enabled. Under Source, select Deploy from a branch, choose the Also check that your repository contains an Finally, confirm that the repository is public, because GitHub Pages does not work for private repositories on free plans. Once GitHub Pages is re-enabled and deployed successfully, the URL https://itcannamecard.github.io/ will start working again and all existing QR codes will work automatically without needing to regenerate them.😊 |
Beta Was this translation helpful? Give feedback.
-
|
The issue occurred because all previously generated QR codes were pointing to our GitHub Pages site ( |
Beta Was this translation helpful? Give feedback.
-
|
Seems the user has changed the Pages and link the repository to his page , is there a way to change back the GITHUB PAGES and link the Repository back to original Page? |
Beta Was this translation helpful? Give feedback.
-
|
Hey there! 👋 Thanks for posting in the GitHub Community, @luvepinky and welcome! We're happy you're here. You are more likely to get a useful response if you are posting in the applicable category. The Accessibility category is a place for our community to discuss and provide feedback on the digital accessibility of GitHub products. Digital accessibility means that GitHub tools, and technologies, are designed and developed so that people with disabilities can use them. I've gone ahead and moved this to the correct category for you, |
Beta Was this translation helpful? Give feedback.
-
|
Hi, A 404 on Quick things to check:
Most commonly, the repo name does not match |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, From your description, it seems like the issue is related to GitHub Pages, not GitHub itself. A few things to note: Your QR codes point to https://ITCANNAMECARD.github.io/, which is the GitHub Pages URL for your repository. If visiting that URL now shows an error or doesn’t load, it usually means: The repository ITCANNAMECARD/ITCANNAMECARD.github.io was renamed, deleted, or made private. The GitHub Pages branch (usually main or gh-pages) doesn’t have the necessary index.html file. GitHub Pages is temporarily down or misconfigured. Steps to fix or check: Go to the repository: https://github.com/ITCANNAMECARD/ITCANNAMECARD.github.io Check that the repository exists and is public. Ensure that the branch used for GitHub Pages contains the website files (index.html, etc.). In repository settings → Pages, verify the source branch is correctly selected. If everything looks correct, try clearing browser cache or accessing from a different network. If the repository is gone or the branch/files were removed, the QR codes will no longer work. You’ll need to restore the repository or rebuild the GitHub Pages site. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
GitHub Feature Area
Actions
Body
I have multiple QR code created under this page and today all of sudden unable to access the QR code and when tried the URL I am getting this error. URL is https://github.com/ITCANNAMECARD and when access QR it bring us URL is https://ITCANNAMECARD.github.io/
Beta Was this translation helpful? Give feedback.
All reactions