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
25
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
  • 323
  • 1
  • 3
  • 8
10
votes
2 answers

Custom domain instead of localhost - Angular

Development purpose I want to start my Angular application with custom-domain instead of localhost Is any other way available? I am able to find solutions for php but I didn't find solutions for the angular application.
Sathiamoorthy
  • 8,831
  • 9
  • 65
  • 77
8
votes
3 answers

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
  • 250
  • 3
  • 7
6
votes
4 answers

Error Unable to setup base domain mappings for serverless custom domain

In serverless.yml, under custom, I have the following code (with dummy values here): customDomain: domainName: myhost.mydomain.com basePath: '' stage: ${self:provider:stage} createRouteS3Record: true endpointType: 'edge' …
6
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
  • 75,200
  • 93
  • 289
  • 503
6
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
  • 173
  • 1
  • 1
  • 9
4
votes
0 answers

what is sni_endpoint and how to add it in heroku

I am trying to add a custom domain to my Heroku app but after adding the custom domain the given Dns target is now working. Whenever I try to visit my Dns target link, It says that synthetic-stonecrop-p4oa311n91p2gcgbqide0d1b.herokudns.com didn’t…
vatsalay
  • 469
  • 1
  • 9
  • 21
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…
4
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,970
  • 4
  • 36
  • 58
3
votes
0 answers

CNAME file not copied in gh-pages branch after npm run deploy

I have a react app deployed with git hub pages, using gh-pages plugin. My package.json entry look like this. "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d build”, ..... } Eveything worked fine until I tried to…
ThrowableException
  • 1,168
  • 1
  • 8
  • 29
3
votes
1 answer

Failed to create Free App Service Managed Cert

Free managed app service cert creation/generation failing with below CNAME error: Error:Failed to create App Service Managed Certificate for hostname Subdomain.rootdomain.com. Click here for more details. Error Details: Properties.CanonicalName is…
3
votes
1 answer

Firebase Custom Domain Not Showing Latest Deployed Release

Problem Statement : I am running firebase deploy from firebase cli to deploy build inside the Public folder of my Angular8 application. This action deploys the latest release only to the default hosting url_link and not to the custom domain. Note:…
3
votes
0 answers

How to deploy mkdocs site on GitHub Pages under *custom directory*

The general idea is to have multiple mkdocs documentation sites under a single repository. Like this: - index.html # landing page - /product1/getting-started/ - /product2/getting-started/ I use this script .github/workflows/ci.yml to deploy…
karlisup
  • 672
  • 12
  • 22
3
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…
Shrijan Regmi
  • 450
  • 5
  • 10
3
votes
1 answer

Why is custom domain for Github pages not serving pages for other repositories?

Github's About custom domains and GitHub Pages forum reads, After you configure a custom domain for a user or organization site, the custom domain will replace the .github.io or .github.io portion of the URL for any project…
scribe
  • 673
  • 2
  • 6
  • 17
1
2 3
10 11