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 in own project

I am building a next js project and deployment on vercel. User can add custom domain but for now i am assigning sub domain against username I am confusing how custom domain logic build. Like two users add same domain abc.com and i added this domain…
0
votes
0 answers

Is it possible to host a static website by configuring AWS S3 buckets and Hosted zone records properly?

I am newbie to AWS and asked the above question considering the following scenario. a) I create a S3 bucket named isthismydomain.com and enable static website hosting on that S3 bucket. b) Assuming I create a hosted zone in aws with the same name…
0
votes
0 answers

I need to assign a custom domain to my nginx server

I have a cloudflare domain and a nginx website with a ported ip so it's like ip:port and I need to assign the domain to the nignx server. I haven't altered the nginx config, but I have the key.pem and cert.pem in the nginx directory. I have looked…
pigerfier
  • 19
  • 1
0
votes
1 answer

Flutter web custom domain site not found error

I deployed my flutter app on a custom domain but when I try to acces the domain I get the firebase site not found page this is what I get when I put in my url when I go to the domain firebase gives you the page loads just like normal and also when I…
0
votes
1 answer

Firebase Customize Authentication Domain Error

I asked before but no one answer me and im still getting error. So I'm asking again; Im trying to change my default domain address in Authentication templates such as Email verification send or password reset. I got values from customize domain…
0
votes
0 answers

firebase all domains redirect old domain

while setting dns www.mydomain.com, something was wrong. and i delete my all custom domains but my default domains(web.app, firebaseapp.com) redirected my old custom domain. with this error message so, i register new custom domain but this error…
0
votes
0 answers

Access denied for files uploaded to digital ocean private folder after I added the custom domain

I use django and serve media with digital ocean. Private files are uploaded to the private folder and media to the media folder. Everything works fine. The problem is when I try to use my custom domain. I want users to click on the file and get the…
sdg
  • 701
  • 1
  • 5
  • 12
0
votes
0 answers

Django display images on custom domain directly without showing Digital Ocean Endpoint on webaddres

I have an django app that hosts images on digitalocean spaces. The images are correctly uploaded to my digital ocean spaces. But when I click on the image it is shown with the digital ocean web address. With CDN and custom domain, I thought the web…
sdg
  • 701
  • 1
  • 5
  • 12
0
votes
0 answers

Firebase "Email link sign in" using "Custom domain" is not working. (for Flutter passwordless authentication)

Issue: When tapping on redirect link it gives Page Not Found. What is expected: Tapping on the redirect link sent to your email should open up the app if it is installed. Have tried the suggestions from most related solutions on StackOverflow and…
0
votes
1 answer

Unable to add custom domain to github page

I am absolutely new to GitHub so this may come out as a silly question. I am trying to host my website using GitHub pages. The website got hosted properly, but when I added the custom domain, it stopped working and now I am getting a blank page.…
0
votes
1 answer

How do I add a custom domain with 'on other DNS' option to a static web app with Azure CLi

I would like to add a custom domain that is managed by AWS to my Azure Static Web App. Microsoft documentation shows how to add one if the DNS is managed by Azure itself. Sadly, I cannot find anything for my use case. To be more clear, the function…
0
votes
0 answers

Blank Page Shown when Deploying React App to gh pages with a Custom Domain

I successfully deployed my portfolio website onto GitHub pages and everything was working. So I thought I should use a personal domain for it (I bought at get.tech) I also set up the A & CName records to point to github-pages ip addresses: A…
0
votes
1 answer

Server-side Google Tag Manager (GTM) gives 404 with custom domain

I'm trying to connect my custom domain to Google Tag Manager container. I followed every instruction from the docs, but I'm still getting the 404 error, even after publishing all the changes and waiting 24 hours. This is what I see after clicking…
0
votes
2 answers

How i can link my domain to my Heroku app?

I have free domain from freenom.com. I create custom domain in app settings on Heroku and setup given me 'DNS target' on my domain DNS settings on Freenom. But even after several days, website not accessible via my domain. What am I doing…
Lestec
  • 3
  • 4
0
votes
2 answers

Google cloud App engine Custom domain ERR_CONNECTION_CLOSED

I'm doing a server-side GTM setup. I managed to set up a Google cloud App engine. I added a custom domain (verified with Google webmaster central, added DNS records etc.). I can see in the Cloud settings that the custom domain (actually it's a…