Point app links at app.dnsimple.com - #2101
Merged
Merged
Conversation
Signed-off-by: Carla Marmolejos <110252982+Pemacaa@users.noreply.github.com>
Pemacaa
self-requested a review
August 21, 2026 11:18
Pemacaa
approved these changes
Aug 21, 2026
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
The application moved from
dnsimple.comtoapp.dnsimple.com, so every support link that points at a page behind login now uses the app host. The/userand/dashboardlinks returned a 404 on the bare host, and the/loginand/signupredirects drop the query string, which cost the header CTA its UTM parameters. Sandbox moved the same way:sandbox.dnsimple.comnow serves the marketing copy, and the web interface is atapp.sandbox.dnsimple.com.The Entra redirect URIs stay on
dnsimple.com. DNSimple sends the bare host as the redirect URI in the authorization request, anddocs/subapps.mdrecords that host as a durable compatibility boundary, so a registration on the app host fails at Entra. dnsimple/dnsimple-app#36593 changes that decision, and this article needs a follow-up when it lands.Files changed
content/articles/— the user, dashboard, login, signup, email verification, and Sandbox links use the app hostlayouts/default.html— the header CTA uses the app host, so the UTM parameters surviveCONTRIBUTING.md,.cursor/rules/article-structure.mdc— the link conventions record the app hostThe marketing links stay on
dnsimple.com. I checked each one against the site route set and confirmed that it serves on the bare host.Checklist
maintitle,excerpt,meta, andcategories[!NOTE],[!TIP], or[!WARNING]rake runReview