Skip to content

docs: clarify domain overrides and add Network Error troubleshooting#11011

Merged
bsod90 merged 3 commits into
masterfrom
mintlify/0110efe1
Jun 4, 2026
Merged

docs: clarify domain overrides and add Network Error troubleshooting#11011
bsod90 merged 3 commits into
masterfrom
mintlify/0110efe1

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented Jun 4, 2026

Tightens the AWS Private API Connectivity doc around the question Lyft raised in BYOC onboarding ("what do domain overrides do?" + UI "Network Error" when overrides are set).

Changes

admin/deployment/dedicated/aws/private-api-connectivity.mdx

  • Configuring the private domain — added an explicit explanation of what domain overrides actually do: they are a string Cube embeds when generating outbound references (UI links, SLS configs, API page details) so the browser / BI client / app dials the private hostname directly. They do not open a new tunnel from Cube's control plane.
  • Troubleshooting "Network Error" in the Cube UI — new section that walks through Maksim's debugging recipe:
    1. Open DevTools Network tab, find the failing request to the private hostname.
    2. Open that URL in a new tab and read the actual browser error (DNS, TCP, TLS, or HTTP).
    3. Confirm the same request works from inside the VPC to isolate VPN/route issues.
    4. Sanity-check the override value (no scheme, matches DNS, matches cert, can be cleared to fall back to public).
  • Replaced the earlier short <Warning> callout with a link into the new section.

@mintlify mintlify Bot requested a review from keydunov as a code owner June 4, 2026 17:40
@github-actions github-actions Bot added the pr:community Contribution from Cube.js community members. label Jun 4, 2026
@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented Jun 4, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
cubed3 🟢 Ready View Preview Jun 4, 2026, 5:46 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@bsod90 bsod90 merged commit cdc108e into master Jun 4, 2026
8 of 9 checks passed
@bsod90 bsod90 deleted the mintlify/0110efe1 branch June 4, 2026 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:community Contribution from Cube.js community members.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant