Adding custom sub domain for react app hosted in AWS Amplify redirecting to the main domain

0

We wanted to test this new app in a test domain so we deployed the new version in AWS Amplify and we are able to run the app with the URL generated by amplify (https://development.dqhe1yrk6xj8a.amplifyapp.com) but when we are trying to setup a custom subdomain like (test.koolio.ai) the URL is redirecting us to our main website (www.koolio.ai). We follow all the processes according to the documentation, also we compare all the configuration with one of our working subdomains (admin.koolio.ai)

Enter image description here

Razib
已提问 2 个月前182 查看次数
1 回答
1
已接受的回答
profile picture
专家
已回答 2 个月前
profile picture
专家
已审核 2 个月前
profile picture
专家
已审核 2 个月前
  • Yes I have added www.test.koolio.ai I have uploaded the screenshot of the configuration you can check

  • I have tested removing the www.test.koolio.ai but its doesn't work

  • Looking at the image, you can see that the redirect is set, but when you deleted "www.test.koolio.ai", did you also cancel the redirect check button?

  • Name resolution is no longer possible with the "dig" command, have you changed any settings?

    dig test.koolio.ai
    
    ; <<>> DiG 9.16.1-Ubuntu <<>> test.koolio.ai
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 40125
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
    
    ;; OPT PSEUDOSECTION:
    ; EDNS: version: 0, flags:; udp: 4096
    ;; QUESTION SECTION:
    ;test.koolio.ai.                        IN      A
    
    ;; Query time: 749 msec
    ;; SERVER: 127.0.2.2#53(127.0.2.2)
    ;; WHEN: Tue Mar 26 15:50:49 JST 2024
    ;; MSG SIZE  rcvd: 43
    

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容