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
3
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…
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
  • 61
  • 4
2
votes
0 answers

Exact redirects -- what happens if I now add a custom domain?

I wanted to check something before I break everything. It may be obvious to you, but I'm naturally cautious and wanted to see whether I'm OK to do what I'm thinking. I currently have docs on RTD (and have had them there for 3 years). We have moved…
stichbury
  • 23
  • 4
2
votes
1 answer

Point custom domain to GCP cloud function without Firebase

Has anyone found a way to point a custom domain to a GCP cloud function without using Firebase? I have a series of cloud functions in a repo already configured to work with Cloud Build CI/CD. Everything is running great, all I need to add is the…
Dan
  • 6,022
  • 3
  • 20
  • 28
2
votes
1 answer

Firebase dynamic links and hosting on the same (custom) domain

I'm using Firebase Hosting to host a website and I'm using a custom domain name. I want my website to be the destination for let's say: https://example.com I also use firebase dynamic links that uses the same domain but using a different…
2
votes
1 answer

custom domain forwards to cloud run service but still see original service url not custom domain

I own a domain in google domains. I run a cloud run "fully managed" service under the same google account. When someone types in my custom domain I want them to end up at my cloud service but I want them to see the custom domain in the url bar. …
2
votes
0 answers

How to configure wild card or custom domains in redirect uri in google OAuth 2.0

I'm using Google API for integrating google drive for upload/download/get/create files and folder functionalities with C# Web API 2.0. I want to configure wild card or custom domains in redirect uri as my application support custom domain for each…
2
votes
2 answers

Configure Dns Zone in Azure to receive email in gsuite?

I've configured my domain in my domain registrar to point to my azure dns zone, and I want to be able to receive emails in gsuite with my domain? Everything I've read tells me that I have to configure a MX record in my azure dns but I'm having…
Yoss
  • 428
  • 6
  • 16
2
votes
2 answers

Enabling HTTPS for a Azure blob static website

I have an Azure storage account with a static website on the blob service enabled. I also have configured custom domain for my blob service. To be able to serve my website over HTTPS on the custom domain I need to somehow apply my certificate. How…
UserControl
  • 14,766
  • 20
  • 100
  • 187
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

404 error with custom domain for Google Cloud Run service

I created a custom domain mapping for my Cloud Run service following this guide https://cloud.google.com/run/docs/mapping-custom-domains. I can access my service via the https run.app URL and the custom domain via HTTP, but when I go to the custom…
Tri Nguyen
  • 9,950
  • 8
  • 40
  • 72
2
votes
1 answer

how to make user able to connect custom domain to our service? (eg shopify, medium, wordpress)

Question Using React for our Shopify-like service. basically the same functionality. Where i am stuck is how do i Make user able to connect their domain to our websites specific domain or subdomain. eg. User owned domain uniquedomain.com Service…
softmarshmallow
  • 1,034
  • 2
  • 16
  • 31
2
votes
1 answer

Removing gh-pages custom domain

I have a gh-pages hosted site using a custom domain and now want to remove it. I have removed the gh-pages branch from github, removed the CNAME, removed the homepage in package.json and even removed the @ records pointing to github's ip addresses…
rmac
  • 41
  • 3
2
votes
0 answers

Use CNAME record to show other site's content

I want to enable my site users to use custom domain for their profiles. For e.g. the user can be found on this address: https://example.org/u/user and the user can link his domain to it, so his domain https://user.org would show the content of…
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
1
2
3
10 11