Martin Adámek
Martin Adámek
there are actually more changes like that, basically all the removed parameters from `@Body`
if that wont help, i cant really help. i dont do webapps anymore, i don't use nest, and i never used swagger either. also i don't consider this as something...
> I think what is happening here is really that newman is sending requests NOT to the localhost (the fact that I cannot hit any debug breakpoint kind of confirms...
> Then what is the purpose of [conduit.productionready.io/api](https://conduit.productionready.io/api) URL? Where did you find it? I'd guess it's a default, and the `yarn test:e2e` call overrides it via the `APIURL` env...
> No, it does not work that way. Direct command line argument has higher priority than the env var with the same name. Well, it does work that way on...
> A request is sent to an API and a middleware would introspect and select which tenant database connection. So you would have a list of defined tenants in the...
those problems are usually not about the place where you deploy to, but about dev vs production builds. have you tried to build your app for production and run it...
Here is one implementation that came in as a workaround for a different problem with the ORM itself: https://github.com/mikro-orm/mikro-orm/discussions/5585#discussioncomment-9492403 I'd say this could be a worthy addition to the core...
Yeah, good point.
Going through old issues and found #115 which seems pretty similar (feels almost like a duplicate). edit: and also #94