Status Website looks different with no CSS and nothing being shown in Live-Status #98
-
Hi!
Repo Name: harshsinghal.me/status ( I want to use this status monitor to track the status of my personal website https://harshsinghal.me) |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Hi @harsh778, The "CNAME is already taken.." error is because there is a CNAME here: https://github.com/harsh778/harshsinghal.me-status/blob/gh-pages/CNAME, which shouldn't be there. You should delete the You can see that none of the workflows are working in your repository: https://github.com/harsh778/harshsinghal.me-status/actions. Are you sure your |
Beta Was this translation helpful? Give feedback.
-
Yes, the error is that you didn't add your personal access token properly, it has a space and a new line at the end. The GitHub logs say: |
Beta Was this translation helpful? Give feedback.
-
Alright thank you so much @AnandChowdhary. I was finally able to deploy it. Thanks once again : ) |
Beta Was this translation helpful? Give feedback.
-
I had this same problem. No choice to nuke and start over. It may have been because I used my mouse to triple click select/copy my secret key; this added an invisible space before the key itself (not shown when highlighted), and then pasted in the key field which mucks up the entire install. Step 5, second section, here: add it as a repository secret |
Beta Was this translation helpful? Give feedback.
-
Maybe it's a good idea for us to add to the docs a step like "After pasting your personal access token, make sure there is no extra spaces or new lines" before the "Press save" step. @gripfastistech, do you want to make a PR for this? |
Beta Was this translation helpful? Give feedback.
-
@AnandChowdhary PR pushed |
Beta Was this translation helpful? Give feedback.
Yes, the error is that you didn't add your personal access token properly, it has a space and a new line at the end.
The GitHub logs say:
authorization: 'token *** \n'
when it should beauthorization: 'token ***'
. Once you've fixed this, manually run "Setup CI" and all should be A-OK! 😄