I have my react app, deployed and hosted at AWS amplify. No backend. While it works fine with amplify provided default URL but when I registered a custom domain using route 53 and looked for domain management setting in amplify console (like million tutorials on web said) to my surprise, there is no domain management setting coming up at all. Could anyone help me out here. My custom domain is fully registered at route 53.
Domain management setting not present in aws amplify
15 Views Asked by Utpal Kumar At
1
There are 1 best solutions below
Related Questions in AWS-AMPLIFY
- Expo Go crashing with on error message using Amplify Graphql to get an item
- How do I set custom attributes on a user who signs up via amplify's Authenticator?
- How to modify the prebuilt UI of authentication in aws amplify version 6 in React Native
- Configuring AWS Amplify in Next.js 14 App Router with no main layout.tsx
- How to use multiple user pools with AWS Amplify in React?
- Convert AWS Amplify's V6 getUrl() output to V5 Storage.get() presigned url string
- Integrating Sign in with Apple into React Native App with AWS Cognito Authentication
- Wondering if AWS Amplify sdk for SSR automatically verifies user identities or JWT?
- Cloud9 IDE can't find aws-amplify module, as per initial steps in the tutorial/walkthrough
- AWS Amplify Tutorial failure - cannot find aws-amplify, despite it being present
- can not import Auth from aws-amplify in Angular even though docs says I can
- Google signin for aws cognito using Amplify not working. | signInWithRedirect in amplify not working in React native
- Restoring a saved AWS Amplify Profile?
- Vue Router and AWS Amplify
- Attempted import error: 'useForm' is not exported from 'react-hook-form' (imported as 'useForm'). When using Next + amplify + react query
Related Questions in CUSTOM-DOMAIN
- Hosting a domain name bought via Squarespace on AWS Route 53
- Domain management setting not present in aws amplify
- Azure App Service Certificate for Azure VM
- Redirected you too many times on firebase hosted reactjs PWA
- Add custom domain to dynamic subdomain in nextjs app deployed in vercel that already has custom domain
- How to add Azure App Service Wildcard Custom Domian
- gitlab-pages and custom domain
- 404 error with Github Pages and Custom Domain
- How to convert multiple Next.js pages to customs domains (hosted on Vercel)
- Set custom domain for an API using render.com and porkbun
- Google App Engine Custom Domain not working | DNS records could not be found
- How to config a custom domain from godaddy in aws amplify for web app and google for email?
- Azure Static Web App with Custom Domain not working with Traffic Splitting
- how to upload files in domain with extension ".tech" using the controlpanel.tech website
- Rackspace Create Mailbox Error: Entity of type Mailbox identified by [email protected] was not found
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The domains are associated with git branches. Open your project in AWS Amplify console and open the
Hosting environmentstab (next to 'Backend environments'). You might be able to get away with "Deploy without Git provider", but if you can, setup one of the Git providers.After that, the 'Domain management' option should appear in the `App settings' menu.