Webflow Troubleshooting
Use this page when Webflow connection or publishing fails.
1) Connection errors
Unauthenticated or invalid token
Usually means the API token is invalid, expired, or pasted incorrectly.
Fix:
- Regenerate a fresh token in Webflow.
- Confirm required scopes are enabled.
- Reconnect in
Settings -> Integrations -> Webflow.
Unauthorized or permission denied
Usually means token scopes are insufficient for the action.
Fix:
- Ensure the token has:
CMS: read and writeSites: readAssets: read and write
- Reconnect and retry a single test publish.
2) Validation and schema errors
ValidationError or field mismatch
This happens when your Webflow collection fields do not match current integration mapping.
Fix:
- Open Webflow integration in Jottler.
- Refresh site/collection mapping.
- Re-map required fields (title, slug, body).
- Save and republish one item.
Slug conflicts
If a slug already exists in the collection, publish may fail.
Fix:
- Update the slug for the item in Jottler or Webflow.
- Republish the item.
3) Sync appears successful but item is missing
Check:
- Correct Webflow site and collection are selected.
- CMS item status in Webflow (draft/staged/live depending on your workflow).
- Filters in Webflow CMS UI are not hiding the item.
4) Content publishes but displays incorrectly
This is usually a template/CSS issue in Webflow, not a publishing issue.
Next step:
- Follow Webflow: How to Fix Styles.
5) Quick recovery flow
- Reconnect with a fresh token.
- Confirm permission scopes.
- Refresh field mapping.
- Force a single-item resync/publish test.
- Verify item in Webflow CMS and front-end template.