Custom Domain Configuration - Invalid Procedure For Sub-Level Domains

Description

The procedure for configuring a custom domain.

Steps to Reproduce:

  1. Go to the custom domain configuration.
  2. Enter a subdomain with multiple sub-levels (e.g., myapp.my.sub.domain.com).
  3. 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.

@glide_help I think this should be dealt with.

1 Like

Looking into this one… Will report back soon!

2 Likes

Thank youuuu