Preview Environments
Preview URLs differ by environment. Use the correct base URL depending on where your Strapi instance runs.
URL patterns
Section titled “URL patterns”Development (local)
Section titled “Development (local)”http://localhost:3000/preview/{status}/{documentId}Points to your local app running with docker compose up app. Uses the local Strapi instance.
Staging (Strapi staging)
Section titled “Staging (Strapi staging)”https://app.staging.feather-insurance.com/preview-staging/{status}/{documentId}Points to the staging app. The Preview button in strapi.staging.f14e.com/admin generates this URL.
Production preview (Strapi production)
Section titled “Production preview (Strapi production)”https://app.staging.feather-insurance.com/preview/{status}/{documentId}Points to the staging app but loads data from the production Strapi instance. The Preview button in strapi.product.f14e.com/admin generates this URL.
Status values
Section titled “Status values”| Status | Meaning |
|---|---|
draft |
Preview the draft version of the entry |
published |
Preview the published version |
Supported content types
Section titled “Supported content types”| Content type | URL pattern |
|---|---|
| Questionnaire | /preview/{status}/{documentId} |
| Policy-Page | /preview/{status}/policy-details/{documentId}/{policyId} |
| Content-Modal | /preview/{status}/content-modal/{slug} |
See also
Section titled “See also”- Preview Routes Reference – complete route table with all content type patterns
- Preview a Questionnaire – step-by-step guide for previewing a flow
- Preview System – how preview URLs map to environments and data sources