You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might not help in OP's case but in my case, I could overwrite the configuration of craue_config_default and specify my non-default entity manager there:
We are using dynamic database connections for multiple tenant databases but it seems the bundle is coupled to use the default entity manager only.
When running the migration script for the db, even when specifying the em, it fails due to
...has a dependency on a non-existent service "doctrine.orm.default_entity_manager".
I can't immediately see a config setting to override this
The text was updated successfully, but these errors were encountered: