Olen ANDONI

Results 13 comments of Olen ANDONI

It works if the app.js file is at the root of the project, if it's deeper, doesn't work

> Tried to start a script in children folder and it still works: > > ![image](https://user-images.githubusercontent.com/757747/121012475-08b57c00-c798-11eb-9002-24e709e1c8ea.png) Try one level deeper... esm/deep/app.js I just tried and 1 level deep seems to...

@LoicPoullain my script requires more than 2GB of ram (the default size) and I need to increase it to 4 or 8, which is usually done with this option `node...

I'll try that @LoicPoullain ! Maybe it would be good to be able to pass that directly to foal (which would redirect the option to the internal node call)

@LoicPoullain problem is still there, I'm just using relative paths in the entity files when importing other entities (instead of `@entity`). So I guess this issue is still valid, unless...

I'm using `"module-alias": "^2.2.2"`. Have this in my tsconfig : ``` "paths": { "@lib": ["lib"], "@enum": ["app/enums"], "@platform": ["app/platforms"], "@entity": ["app/entities"], "@service": ["app/services"], "@interface": ["app/interfaces"], "@hook": ["app/hooks"], "@middleware": ["app/middleware"], "@providers":...

> Ok, so the problem probably comes from here. > > When running the application, the `index.ts` file is read at first and so the `module-alias` module is registered. >...

I'm listening to debug and rateLimited, there seem to be some websocket connection issue and the app just stops/crashes without any further log

@StupidSexyJake maybe this would help you https://stackoverflow.com/questions/55356736/change-apollo-client-options-for-jwt-token I run into a similar issue on how to update the token