mirono

Results 10 comments of mirono

I also have the same issue: ``` const app = await NestFactory.create(AppModule); await app.init(); const configService = app.get(ConfigService); console.log(configService); const port = configService.get('app.config').port; console.log('Binding server to port ' + port);...

Unfortunately, the problem still persist with 1.4.6.

On production I have 10.19.0. On dev 10.0.0. I'll check if I can upgrade.

Is there a working example that would work also in production (i.e. using the dist folder)?

I have a similar issue, it is working for ETHUSDT but not for ETHBUSD

@tomerpetel It doesn't look that @ArthurHub is actively maintaining this. You may need to clone the repo and apply the PR fix in your cloned code. Or maybe choose another...

@manuelrego27 Never tried it myself but https://github.com/Yalantis/uCrop looks promising. At least it is actively maintained.