@iann29/synapse 1.8.2 → 1.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/doctor/checks.js +1 -1
- package/package.json +1 -1
package/lib/doctor/checks.js
CHANGED
|
@@ -613,7 +613,7 @@ function makeDeploymentCheck(target) {
|
|
|
613
613
|
status: "issue",
|
|
614
614
|
summary: `${ref.name}: URL not browser-reachable (${auth.convexUrl})`,
|
|
615
615
|
remediation:
|
|
616
|
-
"
|
|
616
|
+
"Enable wildcard subdomain via /admin/host-domain in the dashboard (instance admin) OR add a custom domain to this deployment.",
|
|
617
617
|
data,
|
|
618
618
|
};
|
|
619
619
|
}
|