Questions tagged [custom-domain]

Use for questions regarding the use of Custom Domains with a Google App-Engine project.

Custom domains allow the assignment of privately owned domains to a Google App-Engine project, so that you can access the service, for example, via www.myawesomesite.com rather than my-awesome-site-project.appspot.com.

156 questions
2
votes
0 answers

GitHub Pages with custom domain does not redirect to index.html

I have registered an A-record with my DNS that points to my GitHub repository https://github.com/gimoya/tiroltrailhead, which is hosted as a github pages page http://gimoya.github.io/tiroltrailhead. In the repositories root folder I've placed an…
Kay
  • 2,702
  • 6
  • 32
  • 48
2
votes
0 answers

How does App-Engine disambiguate custom domains with wildcards?

If I add a custom domain like *.example.com to my app-engine project, I can then selectively add CNAMEs to that domain pointing to ghs.googlehosted.com to forward subdomains to this project, which will then identify versions in the project. For…
1
vote
0 answers

How to manage pointing custom domains for whitelabelled SAAS application to the same ec2 instance?

We are running a SAAS application that provides support for custom domains. We had been managing this by adding HTTPS listener for each domain at AWS Application Load Balancer and adding a corresponding certificate for the said domain. We are facing…
1
vote
2 answers

Why couldn't I can change my localhost to custom domain name in ReactJS?

I want to change localhost to custom domain name in my react app.I have edited my hostfile with custom domain name and my package.json as homepage:"http://domainname.com"/. But after npm run build and npm start, it still runs on localhost, the…
1
vote
2 answers

How to know which custom domain a request was made to with Cloud Run?

I am prototyping a smart link service in Go using Google Cloud Run. I need to know which domain/hostname has been used to call my Cloud Run service (e.g., the default .run.app, or one of many custom mapped domains). I created a check endpoint…
Lazhar
  • 1,401
  • 16
  • 37
1
vote
0 answers

Firebase Authentication with custom domain

I have a question about Firebase Authentication for custom domains. I added the dns record and tried to verify the email after 24 hours, but when I click the link I get a 404 error. How can I fix this problem? Thanks for your help!
1
vote
1 answer

Google Cloud Custom Domains NameCheap - "WWW" not working

I have purchased a domain on https://www.namecheap.com/. I also have a Cloud Run service running on Google Cloud. I verified my domain on Google and I added it as a Custom Domain. In return Google gave me the DNS records All I had to do was to go to…
watsabitz
  • 68
  • 1
  • 8
1
vote
0 answers

Flutter web deploying to custom domain not working

I am trying to upload my flutter web on the custom domain using cPanel. Here is my custom domain. Here is how I have uploaded my files from build->web. But still I am getting following error when I try to visit my website. Here is my index.html…
Adil Naseem
  • 1,007
  • 2
  • 8
  • 18
1
vote
1 answer

Custom Domain already taken error in Github

I am trying to add my custom domain for github pages but it is continuously giving error that the Domain is already taken. I have already verified my custom domain on github with TXT DNS entry. But as soon as I add github IPs in A DNS entry, it…
Rahul
  • 789
  • 7
  • 10
1
vote
1 answer

Custom domain name to serve Python packages from Google Artifact Registry?

We're serving Python packages through Google's Artifact Registry. Actually the URL is the "default" one, so https://[REGION].pkg.dev/[PROJECT_ID]/..... but what if we wanted to use a custom domain name? For example we'd like to serve packages from…
paoloyx
  • 575
  • 1
  • 7
  • 12
1
vote
0 answers

I am trying to reverse proxy through nginx to react application and node js server. I am getting websocket error for the client side. Any solution?

I am running my nginx in 443 ssl default port. I have added on custom domain 'localdev.xyz' in server name. I have also added it to host of windows system32 driver directory. I am trying to reverse proxy from https://localdev.xyz/ to…
1
vote
2 answers

How to prevent CDK from creating default base path mapping for new DomainName

When you create a CustomDomain while creating a RestApi OR you .addDomainName after creating the RestApi in CDK, a default base path mapping is created for the specified stage to the root of the domain. I don't want that to be created. I want to…
KickinMhl
  • 1,218
  • 3
  • 14
  • 32
1
vote
1 answer

Github User Pages and Custom Domain Issue

I have a couple of issues I believe are related regarding githubpages. First, when trying to create my user page by naming the repo the same as my username, I expect the url to be this myusername.github.io.Instead it looks like this…
AlanPear
  • 737
  • 1
  • 11
  • 32
1
vote
0 answers

Why is my custom domain redirecting to the login page after successful login, where as my default cloudfront domain redirects to the application?

I have a cloudfront distribution which has a default domain. When I login to my application with that it redirects to the application dashboard but when I login with my custom domain it redirects to the login page again. Any idea?
Hamza J
  • 69
  • 1
  • 9
1
vote
1 answer

Naked domain in Azure CDN endpoint has wrong HTTPS certificate name

I have a site in Azure. Pages are generated by Azure Functions, but for a given URL generated page will always be identical, so I put it behind a CDN endpoint. I added custom domains to the endpoint: www.example.com is the main domain and there is…
Ivan Koshelev
  • 3,830
  • 2
  • 30
  • 50
1 2
3
10 11