Torsten Uhlmann
Torsten Uhlmann
I checked out your changes. I get an exception for "Bootstrap Typeahead Roundtrip Autocomplete" on the Promises tab: [ERROR] net.liftweb.actor.ActorLogger - Actor threw an exception I need to dig in...
no, not yet. It works without the patch, so I try to apply them bit by bit to see where it bails. Do you know how to best make these...
The problem occurs when I apply the promises.html changes, moving the JavaScript to the . I have surrounded the whole handler method (AutocompleteSnippet.typeAheadRoundTrip) with a try/catch- no exception is thrown...
Just tested on Ubuntu 13.10, the BS Typeahead problem occurs there as well.
Thanks for the quick reply! To be clear- I don't need to load entities from src, that was just a quick fix to let typeorm find its entities. In my...
Same for me (NestJS 7 server). I tried to mitigate the issue by loading the entities directly, not via a glob pattern string, but setting up an array of all...
I'm also stuck with the previous version, would love to see an update here!
@pleerock I'm also not using serverless. I'm running a Nest 7 / NodeJS server. I'm fine with changing my code, but I can't find what goes wrong and why the...
@pleerock @millsmcilroy Is there any update on this issue? Would a (kind of) minimal example help you find a solution- or tell me how I can persuade typeorm to accept...
Here's a small example repository that exhibits this problem: https://github.com/tuhlmann/typeorm-entity-not-found