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
0
votes
0 answers

Add custom domain to specific URL of main domain

I have a multivendor eCommerce site. for example, mainsite.com. where vendor shop URL is mainsite.com/s/shopname. I want to give vendors to add a custom domain pointing to their shop. How can I create this type of functionality on my site? This…
0
votes
1 answer

Can I use different domains with react-js app

I have a web pages constructor. Every user has opportunity to create web page on my resource. There are several examples of that pages: 1 https://candylanding.netlify.app/601b1141bfa41700154f7e13 2…
0
votes
1 answer

Can map custome domain to AWS Lambda Function without API Gateway

I'm new to work with AWS now, my first approach is AWS Lambda, so: Can we call AWS functions directly without AWS API Gateway? Can we map Domain to function URL without AWS API Gateway?
phanlh
  • 13
  • 1
  • 4
0
votes
0 answers

In Azure App Service, error when configuring wildcard Custom Domain

When configuring my wildcard custom domain in an app service, I have en error message saying plainly: "Attribuer un domaine personnalisé Impossible d’attribuer le domaine personnalisé *.mydomain.com" Or in English: "Configure a Custom Domain Unable…
0
votes
1 answer

How to use custom domain for Serverless app with React frontend?

I finished my Udacity Cloud Developer nanodegree and I want to make a custom domain to showcase on my portfolio. The stack I use includes: Api Gateway, Lambda, DynamoDB, Nodejs, S3 and Serverless framework. Frontend is : React. However, Im stuck on…
0
votes
1 answer

AWS API gateway: Custom domain supporting multiple Http APIs

I have created two lambda functions register login and both of them are getting triggered from respective "Http APIs" in the API gateway. I have set up the stage for both of them as prod. Now I want to call them using my custom subdomain e.g…
0
votes
1 answer

Custom domain Heroku trouble

I have set up a custom domain with Heroku as websitename.com. The problem is I still can only connect to the app from websitename.herokuapp.com and when I click on websitename.com it says there is "nothing here click on the app to build something…
tim
  • 190
  • 1
  • 12
0
votes
1 answer

How to access .well-known folder from custom domain on Heroku?

I can access the asset-links.json file which lies in the .well-know folder at the root of the domain via the Heroku's default domain as in: www.heroku-default-domain.com/.well-known/asset-links.json But when trying to access it via a custom domain…
tuancharlie
  • 161
  • 6
0
votes
1 answer

Using the same custom domain (different subdomains) in 2 separate Firebase projects. Is this possible?

I'd like to have 2 firebase projects for two separate environments. dev and prod. my-project-prod my-project-dev If I have a single custom domain: www.mydomain.com Can I use that same custom domain in those 2 different projects? I would use…
cbdeveloper
  • 27,898
  • 37
  • 155
  • 336
0
votes
1 answer

Azure App Service - Unable to bind SSL cert to custom domain

I am trying to bind SSL certificate to my domain in Azure from the below blade: When I do, it fails and I can see the following error message in my activity log: "Failed to configure SSL Binding for www.testing.me with 'thumbprint'…
0
votes
1 answer

Hostname is available yet doesn't show up in Azure Portal for purchase

Hello I can see that hostname (domain) is available on 3rd party providers like GoDaddy etc, however i am unable to purchase it from Azure App Service domain page on portal here i am trying to purchase Sandeep.com, as you see in screenshot the…
0
votes
1 answer

The website from custom domain is different from the website from host domain (stylesheet not updated in custom domain)

I built a personal website and hosted it on Heroku. However, after recent update and push to Heroku, the website from the custom domain (http://www.kevinportfolio.com) is different from the website from the host domain…
Muchdecal
  • 177
  • 4
  • 8
0
votes
2 answers

Create custom domain returns error 409: CNAMEAlreadyExists

I am trying to create a custom domain in API Gateway as Edge-optimized and with a ACM certificate we store. But it returns the following error: One or more of the CNAMEs you provided are already associated with a different resource. (Service:…
0
votes
1 answer

Adding custom domain via REST API assigns "NULL" value for KeyVaultId

I have tried to add custom domain for my apim service in azure via REST API. The custom domain gets added but the KeyVaultId is assigned with NULL value.
sandra
  • 1
  • 1
0
votes
0 answers

app engine custom domain settings with external A record for naked domain

My project has a WordPress landing page hosted on Siteground and prototype running on Google App Engine. I would like the naked domain newco.com to point to the WordPress/Siteground page and the prototype app.newco.com to be served by GAE. The app…