Description
The procedure for configuring a custom domain.
Steps to Reproduce:
- Go to the custom domain configuration.
- Enter a subdomain with multiple sub-levels (e.g.,
myapp.my.sub.domain.com
).
- Observe the DNS records provided:
- The suggested records include unnecessary extra sub-levels.
- Example As you can see, the DNS records needed are adding the extra sub-levels:
Issue:
Glide assumes that the custom domain is only one level deep (e.g., myapp.mydomain.com
or myapp.com
).
However, this is just a visual bug. The correct DNS configuration does work if set up manually without the extra sub-levels:
myapp CNAME custom.glideapps.com
_glideauthid.myapp TXT
Expected Fix:
Glide should correct the displayed instructions to prevent confusion. Some users might not realize they need to adjust the DNS records manually.