This morning I received emails for each of my Gitlab pages hosted on user domains, stating that the domain check failed.
This is great because I don't think I ever tested them in the first place - well on Gitlab for that.
When I go over Settings> Pages> Domain_Details in each repo, I see instructions for creating the following entry:
_gitlab-pages-verification-code.blog.ollyfg.com TXT gitlab-pages-verification-code={32_digit_long_code}
When I create this record and click the "Check ownership" button, I get the message "Failed to verify the ownership of the domain."
I found that the record is set, and calling
dig -t txt +short _gitlab-pages-verification-code.blog.ollyfg.com
Return:
"gitlab-pages-verification-code={same_32_digit_long_code}"
Is this a bug in gitlab? Am I doing something wrong?
Thank!
source
share