The "0" entity type does not exist

Created on 8 June 2023, over 1 year ago
Updated 17 November 2023, 11 months ago

Problem/Motivation

Updating the d9 site to the d10 version of the profile poses a problem.

Steps to reproduce

  1. Update the site
  2. drush updb

Proposed resolution

Inside gatsby.module function:

gatsby_entity_extra_field_info()
Change

$entity_types = \Drupal::config('gatsby.settings')->get('supported_entity_types')

with:

$entity_types = \Drupal::config('gatsby.settings')->get('supported_entity_types')[0];

🐛 Bug report
Status

RTBC

Version

2.0

Component

Code

Created by

🇮🇳India abhinesh

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024