docs: move cookie-domain guidance to troubleshooting faq#770
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
There was a problem hiding this comment.
Pull request overview
Moves cross-subdomain cookie-domain guidance to a symptom-driven FAQ entry so operators can find it when diagnosing reverse-proxy login/session issues, and aligns formatting across EN/JA/ZH quick-start docs.
Changes:
- Adds a new “Reverse Proxy Setup” FAQ entry covering session drops when frontend/backend are on different subdomains, with
COOKIE_DOMAIN+NEXT_PUBLIC_COOKIE_DOMAINguidance. - Removes the same guidance from the Docker Compose quick-start callout to avoid surfacing it too early in the install flow.
- Fixes minor formatting issues (heading capitalization, whitespace, code block language tags, and spacing) across the touched docs.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| en/self-host/quick-start/faqs.mdx | Adds reverse-proxy FAQ entry; normalizes heading title case. |
| en/self-host/quick-start/docker-compose.mdx | Removes cookie guidance callout; adds bash language tag to restart snippet. |
| zh/self-host/quick-start/faqs.mdx | Adds reverse-proxy FAQ entry in Chinese; removes stray whitespace line. |
| zh/self-host/quick-start/docker-compose.mdx | Removes cookie guidance callout; fixes spacing around links; adds bash language tag. |
| ja/self-host/quick-start/faqs.mdx | Adds reverse-proxy FAQ entry in Japanese; fixes CJK-Latin spacing. |
| ja/self-host/quick-start/docker-compose.mdx | Removes cookie guidance callout; applies consistent spacing/formatting and adds bash language tag. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
.env-edit step during install. The FAQ entry is symptom-anchored ("Login Session Drops with Split Frontend and Backend Subdomains") so operators searching for the bug find it.COOKIE_DOMAINandNEXT_PUBLIC_COOKIE_DOMAINremain fully documented in the env vars reference, which the new FAQ entry links to.