Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amplify New UI: Unable to configure a domain without adding atleast one subdomain #3935

Open
3 tasks done
koundinya-kandadai opened this issue May 30, 2024 · 2 comments
Open
3 tasks done
Labels
bug Something isn't working

Comments

@koundinya-kandadai
Copy link

Before opening, please confirm:

Amplify Hosting feature

Not Applicable

Is your feature request related to a problem? Please describe:

Hello team,

In the Old UI, while adding a custom domain, we can choose not to add any subdomains (i.e., we can exclude the root and also remove any subdomains and "Save" the changes):-

Old UI

But in the new UI, we are unable to add the domain without adding atleast one subdomain. The "Add domain" button is greyed out:-

New UI

However, we are able to do this using the UpdateDomainAssociation. We can just pass the subdomains as empty. It still works:-

$ aws amplify update-domain-association --app-id <app_id> --domain-name <domain_name> --sub-domain-settings []

Describe how you'd like this feature to work

Allow user to configure domain without having to add a subdomain

@koundinya-kandadai koundinya-kandadai added the feature-request New feature or request label May 30, 2024
Copy link

This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you!

@mauerbac
Copy link
Member

hi @koundinya-kandadai - thanks for sharing this. I was able to reproduce this and have shared with our team.

@mauerbac mauerbac added bug Something isn't working and removed feature-request New feature or request labels Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants