The "Collection with this URL already exists" error occurs in Webflow when a static page and a CMS collection page share the same slug. In your case, both a static page and a CMS collection are using the slug "blog", causing a conflict.
1. Identify the Conflict
- Check your Static Pages: Go to Pages Panel (P) and look for a static page named "Blog" using the /blog slug.
- Check your CMS Collections: Open the CMS panel and verify that the Collection URL is also set to /blog.
2. Resolve the Conflict
To fix this issue, either:
- Change the slug of the static page: Rename the Blog page’s slug to something different like /blog-home or /blog-main.
- Change the slug of the CMS collection: Modify its slug to /articles or /blog-posts in the CMS collection settings.
3. Publish and Test
- Click Publish and check if the issue is resolved.
- Ensure that all page links reflect the correct structure.
Summary
The error occurs because Webflow does not allow a static page and a CMS collection to share the same slug. You need to rename one of them to resolve the conflict.