So I have a very weird problem with TypeORM, I get this error on every database request EntityMetadataNotFoundError: No metadata for "*any entity name*" was found.
BUT it only happens on localhost... both are connected to the same database, both share exactly the same code (just pushed so its the same) and still happens...
I checked every entity and relation, I tried reverting to morning commit (it worked then), I tried cloning the repo again and still the same, don't even know when it occured for the first time.
I'm dealing with it for about 4 hours...