aws-samples / aws-cdk-localgov-drupal-fargate-efs-auroraserverlessv2

MIT No Attribution
3 stars 2 forks source link

Error on installation using localgov drupal profile #5

Closed Oleksii909 closed 6 months ago

Oleksii909 commented 6 months ago
image
Drupal\Core\Entity\EntityStorageException: 'view' entity with ID 'files' already exists. in Drupal\Core\Entity\EntityStorageBase->doPreSave() (line 519 of core/lib/Drupal/Core/Entity/EntityStorageBase.php)

The trace is:

Drupal\Core\Entity\EntityStorageBase->doPreSave(Object) (Line: 483)
Drupal\Core\Entity\EntityStorageBase->save(Object) (Line: 257)
Drupal\Core\Config\Entity\ConfigEntityStorage->save(Object) (Line: 354)
Drupal\Core\Entity\EntityBase->save() (Line: 609)
Drupal\Core\Config\Entity\ConfigEntityBase->save() (Line: 389)
Drupal\Core\Config\ConfigInstaller->createConfiguration('', Array) (Line: 260)
Drupal\Core\Config\ConfigInstaller->installOptionalConfig(Object, Array) (Line: 84)
Drupal\Core\ProxyClass\Config\ConfigInstaller->installOptionalConfig() (Line: 1662)
install_install_profile(Array) (Line: 707)
install_run_task(Array, Array) (Line: 578)
install_run_tasks(Array, NULL) (Line: 121)
install_drupal(Object) (Line: 48)

What could be wrong?

Oleksii909 commented 6 months ago

After facing the error on installation, I updated the page and proceeded to the next step of configuring the site. As a result, the website was successfully opened over HTTP protocol. But also works well via https.