Home Articles Books Search About
日本語
Why Contentful's Publish Button Is Greyed Out — A Locale Configuration Pitfall

Why Contentful's Publish Button Is Greyed Out — A Locale Configuration Pitfall

Introduction While building a multilingual site with Contentful, a content editor reported that the Publish button remained greyed out when creating new pages. Existing pages could be updated without issue — only new entries were affected. This article walks through the debugging process and the fix. Environment Contentful (headless CMS) Locales: Japanese (ja, default) + English (en) Next.js + Contentful Delivery API for the frontend Symptoms Creating a new Page entry and filling in all fields still leaves the Publish button greyed out Updating existing pages (editing title or body) works fine Saving as Draft works normally Narrowing Down the Cause 1. Check Content Type Validation First, I reviewed the field definitions for the page content type. ...

Does Contentful Full-Text Search Require Search Terms of 2 or More Characters?

Does Contentful Full-Text Search Require Search Terms of 2 or More Characters?

I am using Contentful, and it appears that search terms of 2 or more characters are required. A query will ignore search tokens with less than 2 characters. https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/search-parameters/full-text-search-on-a-field This point requires attention when dealing with data that includes Japanese and other languages. Addendum With microCMS, searching from 1 character was possible. https://microcms.io/