I've updated to Drupal 11.1.2 from Drupal 10 but when I try importing configs I get this error.
TypeError: Cannot assign null to property Drupal\tour\Entity\Tour::$module of type string in Drupal\Core\Entity\EntityBase->__construct() (line 63 of /var/www/web/core/lib/Drupal/Core/Entity/EntityBase.php) #0 /var/www/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php (112): Drupal\Core\Entity\EntityBase->__construct()
I've run drush eval "\$module_data = \Drupal::config('core.extension')->get('module'); unset(\$module_data['tour']); \Drupal::configFactory()->getEditable('core.extension')->set('module', \$module_data)->save();" to remove tour from the database but it didn't seem to help.