Issue

When Netlify deploys frontend it generates static page and displays that - changes to Strapi content do not reflect unless redeploying the app

→ create webhook in Netlify for Strapi Updates

→ create webhook in Strapi to post changes and trigger redeploy in Netlify by pasting the webhook URL from netlify

Issue

made schema changes in local, pushed changes, redeployed the Strapi App

prod shows the schema changes but when updating using the content manager the changes are not being saved

  1. npm run develop → run local strapi app
  2. npm run build → rebuild admin, redeploy production strapi app
  3. npm run start → run production strapi app
  4. add, commit, push changes in repo

Headless CMS