Coroliov Oleg
Coroliov Oleg
@adearriba I checked your solution. Unfortunately, in our case after about 50 minutes of server operation, the error is reproduced. We additionally set a cronjob to restart the server every...
@adearriba We don't have too many tunnels (lets say maximum 16 real tunnels). But we use docker healthcheck with 2s interval. Maybe this has some effect, I'll try to play...
Generally seeing very high latency too.
with docker + pnpm workspace and ``` "@swc/cli": "0.4.0", "@swc/core": "1.7.24", ``` an error ``` ERROR failed to read input source map: failed to read input source map from file...
@DDDJing Hi, we didn't solve it.
Got the same issue. @Brooooooklyn could you help. `tsconfig.json` ```json { "compilerOptions": { "module": "NodeNext", "moduleResolution": "NodeNext", "target": "ESNext", "emitDecoratorMetadata": true, "experimentalDecorators": true, "esModuleInterop": true } } ``` Small example...
I also did not immediately see this behavior, but it can be solved using `@IsNotEmptyObject()`