We are working with an existing TypeORM project and have been working on getting things moved over to Vesper recently. The samples work just fine but when we use our existing Database and TypeORM models the injected EntityManger in Controllers does not contain the needed connection data.
It does connect properly to the database, if we change the password it fails to start due to MySQL issues.
Here is a screenshot inside the startup of Vesper where the connection looks fine:

After startup in the controller:

Error in playground:
