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
- One Experience belongs to many Skills → each Experience can point to multiple Skills, but each Skill can only belong to one Experience
- Update Schema → Experience Relation many to many Skills
- npm run develop → run local strapi app
- npm run build → rebuild admin, redeploy production strapi app
- npm run start → run production strapi app
- add, commit, push changes in repo
Headless CMS
- run develop - make changes to schema
- run build - build strapi project with new schema changes (does not save file uploads/updates to fields)
- push to repo → redeploys strapi project (using new schema)