Linking github page to a google domain - github

I've perused SO for a bit, but i must be doing something wrong because i still can't get it to work.
I'm trying to link a domain name i got on Google to the index.html in my github repository.
I followed the steps here https://dev.to/trentyang/how-to-setup-google-domain-for-github-pages-1p58
but still keep getting an error:
when running the script, the response i get is
i'm not sure what this ghs.googlehosted.com is, when it's supposed to be solarmew.github.io. and why there's an extra third one too.

Related

Getting "Page not found" error in publishing website via Github

I am relatively a new user of R and it is my first post in StackOverflow, so please excuse me if I do not give the relevant information about my question :) My problem is basically about getting a "Page not found" error while publishing a website via Github. For the last couple of days, by using blogdown, I want to publish a personal website. I installed blogdown in my local R environment, designed a website, and then pushed the documents to the GitHub repository. In the GitHub settings section, it is written that my website is published, however when I try to enter the relevant website, I have always got the same problem - "page not found". I actually do not know the problem but you can find my repository in GitHub at https://github.com/muhammetozkaraca/muhammetozkaraca.github.io. The website address that I am trying to publish is https://muhammetozkaraca.github.io. Every kind of help is really appreciated. Thank you in beforehand.
You should separate the source repo from the website repo. Please see the blogdown book page at https://bookdown.org/yihui/blogdown/github-pages.html for more info. In short, the repo https://github.com/muhammetozkaraca/muhammetozkaraca.github.io should only contain the generated website, i.e., it should only contain files that currently live in the public/ directory. Currently, your muhammetozkaraca.github.io repo contains both the source (root directory) and the generated website (the public/ directory).
I think you are making repository inside your username only.
I would recommend building organization with xyz and make a repository with name xyz.github.io.
Add an index.html inside this repository.
Then it will be good to publish as you wanted.
RARE: 'Sometimes it takes 2-5 minutes to publish.'

Unable to create dynamic link "An error occurred when creating a new Dynamic Link"

I'm trying to add passwordless email signin to my Firebase app, so the first thing I did was to whitelist my domain:
Next, I tried to create the dynamic link:
At this point, when I pressed the Create button, I got the error. Anyone see what I'm doing wrong?
I also tried what was suggested in this video with the same result.
One last thing and then I've run out of ideas: In the Chrome developer console, I see the Create is failing with an error 400, suggesting that I needed to update the whitelisted URLs. I did that by adding the following URL:
and also
This problem has been driving me crazy. I've tried everything, I think. Makes me wonder if I need to recreate my app in Firebase.
This issue usually means that your pattern doesn't match with your deep link URL.
So if you're trying to add https://pento-2a27b.firebaseapp.com as your deep link, you should have a whitelist pattern similar to ^https://pento-2a27b\.firebaseapp\.com
Let me know if this works.
Firebase Auth only supports custom Firebase Dynamic Links without custom paths.
So if your custom domain is https://example.com/link, it won't work. However, configuring https://example.com as the custom domain will work.
Therefore im thinking the issue is with the URL you are providing
Also take a look at this , it also displays how to create URL .
Firebase says "Domain not whitelisted" for a link that is whitelisted
Give me a response of your outcome :)

Error using laravel localhost:8000 facebook Can't Load URL appdomain facebook login

I've seen a couple posts about this and blogs about this. I've tried their solutions and still running into the dreaded:
"Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings."
Some answers have said you need to add a platform in settings => basic and put the localhost address in there...
so..
Still get the error...
And other answers say you need to also have it set in the app domains on the same window. So, I put in "http://localhost:8000/" save it and it saves as:
And I still get the "can't load url..."
My host file has:
I'm starting to feel like this has been so difficult that the answer has to be something so simple. But how the heck do you setup the facebook details for local development/testing??
Every answer I'm finding seems to revolve around those 2 input fields within the facebook setup.
The url I'm on when I'm trying to call it is "http://127.0.0.1:8000/login". I'm trying to access it using the javascript sdk.
As I was typing that last sentence, with the idea that the answer was most likely a simple one I decided to try another solution.
I changed "http://127.0.0.1:8000/login" in my browser window to "http://localhost:8000/login"
And it fixed my problem. There goes several hours of my life, so hopefully this will help somebody else.

GitHub public link format for accessing my website

I made a GitHub account. Ex: github.com/username
I made a repository (for a website) Ex: github.com/username/website
I'm new to GitHub, and initially, I thought the public access link to the website must http://website.github.io, but that doesn't work! All I'm getting is 404 no matter what I try.
I've tried the following examples:
username.github.io
username.github.io/username
username.github.io/website
username.github.io
website.github.io/website
username.github.com/website
but nothing works.
Finally, after an hour's worth of stumbling around, I realized that I would have to change my website's name to https://github.com/username/username so that http://username.github.io will work as the public link, Which I, obviously, don't want. I want http://website.github.io ideally or at least http://username.github.io/website
So, how do I make it work? How do my visitors access my website? Is it even possible to have it my way? If not, then do I have to make a new account for every new project? Won't that just defeat the purpose of a GitHub account?
So, how do I make it work?
https://username.github.io/projectname works for me, where username is of course my user name and projectname is the name of the repository. HTTP would probably be fine, but I checked the box to require HTTPS.
I want http://mywebsite1.github.io ideally
There's a "custom domain name" setting that purports to let you use your own domain, so you could something like http://myproject.mywebsite1.com/.
or at least http://UserName.github.io/mywebsite1
If mywebsite1 is the name of your project, you should be good to go -- that's the same format that worked for me above, except you're allowing http instead of just https.
Am I missing something crucial due to my day-0 newness on github?
It's possible that you've missed a step, or that you've restricted access to the project. It might help to go back to basics: forget everything you think you know and just follow their guide.
To create a website using GitHub pages you need to create an index.html file into any repository (No matter what name your repository is).
Then you need to publish your repository to be able to have your website.
First, go to your repository
Then go to Settings tab
Scroll down until you reach GitHub Pages
Then in source, you need to select your branch, in your case master branch
Then click on save and you are ready to go!!
Your repository will be online at http://username.github.io/yourRepoName
If your repository name is username.github.io your website will be live at http://username.github.io
Also, you need to know that you can only public static websites.
Understand GitHub Pages reading this.

Github User Pages server DNS address could not be found

I'm currently trying to get my github pages site up and running.
I actually went through with the process about a month ago without a hitch.
I left it alone between now and then, but when I went to start messing with it again today, I found that the site wasn't publishing for some reason. I just get a "server DNS address could not be found" when I try to navigate to it.
I tried deleting the repo and recreating it, but that doesn't seem to work.
And of course, I've insured that the repo name matches my username (case-sensitive).
Additionally, I contacted Github support and they said that they could load the page just fine.
Here's the link if anyone would like to try it themselves.
EDIT: This is a "User" Page as opposed to a "Project" Page, so it shouldn't require a CNAME configuration.
Any ideas?
It looks like everything is working now. If you are still experiencing issues, please clarify a bit what it is you want to achieve.
In case you want to set up the site with a custom URL, you need to add a CNAME file to the repository. See the instructions here: https://help.github.com/articles/setting-up-your-pages-site-repository/