Update from support feedback: custom domain lifecycle & edge cases#6431
Open
mintlify-development[bot] wants to merge 1 commit into
Open
Update from support feedback: custom domain lifecycle & edge cases#6431mintlify-development[bot] wants to merge 1 commit into
mintlify-development[bot] wants to merge 1 commit into
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Expand the custom domain page with lifecycle, advanced routing, and troubleshooting sections that cover recurring support themes not previously documented.
Changes
_acme-challengeTXTvalues, the always-on<subdomain>.mintlify.appURL, renaming a deployment subdomain, releasing a domain held by another organization, and removing a custom domain.502 Disallowed origin hosterror (often triggered by subdomain renames) and validation that stays pending after DNS looks correct.Context
Recently resolved support conversations clustered around custom domain lifecycle edge cases that the happy-path setup guide did not address. These additions turn the recurring answers into self-serve documentation.
Note
Low Risk
Documentation-only change to a single MDX page; no application or infrastructure code is modified.
Overview
Expands
customize/custom-domain.mdxwith self-serve guidance for recurring support topics that the initial setup flow did not cover.A new Lifecycle and ongoing maintenance section explains rotating
_acme-challengeTXT values at renewal, that<subdomain>.mintlify.appstays enabled, how to refresh custom domains after a subdomain rename, how to release a domain from another org, and how to remove a custom domain cleanly.Advanced routing scenarios documents serving multiple deployments on one hostname via subpath proxies (with links to existing deploy guides) and clarifies that multi-domain redirect to one deployment is not built in, with CDN/registrar workarounds.
A Troubleshooting section is added before Set a canonical URL, covering
502 Disallowed origin hostand validation stuck pending when DNS looks correct, with cross-links to earlier sections.Reviewed by Cursor Bugbot for commit 29feeb3. Bugbot is set up for automated code reviews on this repo. Configure here.