@spacefast/common 0.0.2 → 0.0.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/dist/docs/error-docs.js +4 -4
- package/package.json +2 -1
package/dist/docs/error-docs.js
CHANGED
|
@@ -808,8 +808,8 @@ export const ERROR_DOCS = {
|
|
|
808
808
|
fix: "Refresh the runtime JWKS; the signing keys may have rotated.",
|
|
809
809
|
},
|
|
810
810
|
runtime_logs_unavailable: {
|
|
811
|
-
summary: "
|
|
812
|
-
fix: "
|
|
811
|
+
summary: "Server logs are not available because Spacefast serves your space as static files.",
|
|
812
|
+
fix: "There is no running server process to log. Use the request logs in your dashboard to inspect recent traffic.",
|
|
813
813
|
},
|
|
814
814
|
runtime_management_unavailable: {
|
|
815
815
|
summary: "The runtime management surface is unavailable for this site.",
|
|
@@ -1548,8 +1548,8 @@ export const ERROR_DOCS = {
|
|
|
1548
1548
|
fix: "Use the existing shared site.",
|
|
1549
1549
|
},
|
|
1550
1550
|
wp_cloud_webhook_secret_not_configured: {
|
|
1551
|
-
summary: "The
|
|
1552
|
-
fix: "Set the
|
|
1551
|
+
summary: "The infra webhook secret is not configured on this deployment.",
|
|
1552
|
+
fix: "Set the infra webhook secret in the control-plane environment.",
|
|
1553
1553
|
},
|
|
1554
1554
|
};
|
|
1555
1555
|
const PRODUCT = BRAND.productName;
|