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.

116 questions
18
votes
2 answers

App Engine custom domain with service

I set up a custom domain with App Engine after following the instructions on DNS records: https://cloud.google.com/appengine/docs/standard/java/mapping-custom-domains It's working for the default service using URL http://MY_CUSTOM_DOMAIN but I'm…
sanooj
  • 233
  • 1
  • 2
  • 7
4
votes
2 answers

How to configure custom domain for Google Cloud Functions for rendering HTML

So I have deployed a Google Cloud Function to some place like this: https://us-central1-my-project.cloudfunctions.net/my-function I can successfully render a dynamic webpage like…
Lance Pollard
  • 66,757
  • 77
  • 237
  • 416
4
votes
2 answers

Custom URL for Azure AD B2C signup and signin pages

I'm working on integrating Azure Active directory B2C for sign-up and sign-in process. By default, when a user clicks the login button, it has to redirect the user to a different domain (microsoftonline.com) such that the URL for sign-up and sign-in…
3
votes
1 answer

How to setup a custom domain to a SAAS?

I’m building a SAAS product with PHP/HTML on shared hosting on a Linux server and I’m stuck on the domain name part. Goals I would host my SAAS app on app.mysaas.com My customers point their domain name to…
Johan Vranckx
  • 180
  • 1
  • 7
3
votes
2 answers

GitHub pages repository linked to a custom domain, but the content is not rendering

I've deployed my web site to GitHub pages and it worked perfectly with the GitHub URL. Then I configured my custom domain from Godaddy to my repository and I believe it's properly configured because when I go to my custom domain in the browser the…
CONNOR
  • 51
  • 3
3
votes
1 answer

Map custom sub-domain to specific version on App Engine

This page (https://cloud.google.com/appengine/docs/standard/nodejs/mapping-custom-domains) states: Using subdomains If you set up a wildcard subdomain mapping for your custom domain, then your application serves requests for any matching…
Paul Grime
  • 14,517
  • 4
  • 31
  • 55
2
votes
0 answers

Error while trying to transfer azure custom domain to another account

I Have bought a custom domain from Azure Portal, but now for some reason I need to transfer the ownership to another Azure Portal account. I logged into 'Advanced Management portal', and I saw option to transfer the domain to another Azure account,…
karim alaa
  • 812
  • 2
  • 7
  • 28
2
votes
2 answers

Firebase hosted site says "This site can’t provide a secure connection"

My website was hosted on firebase, It was working fine. But from few days I am getting this error => In the release history, I saw one of my team members deployed a different site there. I again deployed my previous site. But it is still showing me…
2
votes
1 answer

Heroku Custom domain (Namecheap) is not working

That's my first time dealing with custom domain. I have Rails app hosted on Heroku. I set up custom domain in Heroku app's settings: Configured app's DNS provider (Namecheap) to point to the DNS target. Already contacted them, they said that I…
2
votes
1 answer

Connecting subdomain to firebase

I am trying to use dynamic links for firebase using my custom domain link. For the above purpose, I added the custom domain on firebase web hosting, and followed all the steps, but status is still showing as "Needs setup". My main domain pointing to…
2
votes
1 answer

Firebase Dynamic Link Custom Domain Setup URL patterns to whitelist Error

My custom domain https://mysub.mydomain.com is registered to Firebase Hosting correctly and I can create dynamic link with using my custom domain.But 3 warning occurs and IOS dynamic link is not open my IOS App. If I use google default domain…
E.D
  • 123
  • 1
  • 9
2
votes
0 answers

How can we publish the web app with custom domain?

Good Day! We are building web apps with Google App Maker, How can we publish the web app with custom domain? Thanks. Heart
Heart Tang
  • 31
  • 1
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,454
  • 5
  • 28
  • 45
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
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
  • 557
  • 7
  • 21
1
2 3 4 5 6 7 8