Nested Components in dynamic zone

[details=“System Information”]

  • Strapi Version: 4.15.5
  • Operating System: Windows/MacOS
  • Database: SQLite
  • Node Version: >18, <=20
  • Yarn Version: 4.0

Nesting three or more levels in a component and when used inside a dynamic zone, creates error:

error: delete from components_layouts_blocks_components where (entity_id = 3 and component_id not in (3) and field = ‘padding’) - database is locked
SqliteError: delete from components_layouts_blocks_components where (entity_id = 3 and component_id not in (3) and field = ‘padding’) - database is locked.

What could be the possible solution/workaround to get past this as we really needed to implement multi layered components for our use case ?!

Attached: Our nested component snapshot.