Skip to content

Preview Environments

Preview URLs differ by environment. Use the correct base URL depending on where your Strapi instance runs.

http://localhost:3000/preview/{status}/{documentId}

Points to your local app running with docker compose up app. Uses the local Strapi instance.

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.

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 Meaning
draft Preview the draft version of the entry
published Preview the published version
Content type URL pattern
Questionnaire /preview/{status}/{documentId}
Policy-Page /preview/{status}/policy-details/{documentId}/{policyId}
Content-Modal /preview/{status}/content-modal/{slug}