You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request to remove DNS redirection from github.io to js.org
Current Situation
I'm experiencing unwanted redirections from my github.io pages to js.org domains. This is blocking me from deploying new projects and affecting my existing ones.
Specific Issues
All my GitHub Pages URLs are being automatically redirected to js.org
To: http://gemmaclavero.js.org/asinclonismo-practica-basica/ (results in 404 error)
What I've Already Checked
I've verified there's no entry with my username in the cnames_active.js file
I've confirmed there are no CNAME files in my repositories
GitHub Pages settings are correctly configured with no custom domain
This redirection is affecting all my repositories, both new and existing ones
Request
Please help me remove any DNS configuration that's causing these redirections. I need to regain control of my github.io URLs as this is preventing me from deploying new projects.
Additional Context
This redirection is affecting my work significantly, as I've had to stop deploying new projects to GitHub Pages due to this issue.
Thank you for your help in resolving this.
The text was updated successfully, but these errors were encountered:
JS.org does not control github.io, we have no control over what redirects they return.
Based on what you described, you have a custom domain set in your gemmaclaverodelmoral.github.io repository, which GitHub will then apply to all other repositories under your user. You will need to remove this custom domain from your user's github.io repository.
Request to remove DNS redirection from github.io to js.org
Current Situation
I'm experiencing unwanted redirections from my github.io pages to js.org domains. This is blocking me from deploying new projects and affecting my existing ones.
Specific Issues
From:
https://gemmaclaverodelmoral.github.io/vola/
To:
https://gemmaclavero.js.org/vola/
(results in 404 error)From:
https://gemmaclaverodelmoral.github.io/asinclonismo-practica-basica/
To:
http://gemmaclavero.js.org/asinclonismo-practica-basica/
(results in 404 error)What I've Already Checked
cnames_active.js
fileRequest
Please help me remove any DNS configuration that's causing these redirections. I need to regain control of my github.io URLs as this is preventing me from deploying new projects.
Additional Context
This redirection is affecting my work significantly, as I've had to stop deploying new projects to GitHub Pages due to this issue.
Thank you for your help in resolving this.
The text was updated successfully, but these errors were encountered: