2001Yのプロフォール画像

2001Y@Y20010920T

「NetlifyCMSのエラー対応(NetlifyIdentity/GitGateway)」のアイキャッチ画像

久しぶりに新しいサイトにNetlifyCMSを導入した時に少し躓いたのでメモ。

NetlifyIdentity

エラー: Unable to access identity settings. When using git-gateway backend make sure to enable Identity service and Git Gateway.

解決法

上のタブから移動して、Identityを有効に。

https://app.netlify.com/sites/サイトID/identity

GitGateway

エラー: Your Git Gateway backend is not returning valid settings. Please make sure it is enabled.

解決法

上のタブからSite settingsに移動して、Git Gatewayを有効に。

https://app.netlify.com/sites/サイトID/settings/identity#services

あと、Githubのブランチのデフォルトがmainになったので、公式のドキュメントに載っているconfig.tomlから修正が必要。

config.toml

backend:
  name: git-gateway
  branch: main #[master]から変更