VISHNU KT
VISHNU KT
@silverbucket pm2 was shutting down and restarting continuously while calling tha APIs using redis cache. This was only when pm2 was run inside docker in the development server. While pm2...
@silverbucket I am using docker image - node:16
@silverbucket Did you find any hints on the issue?
> ```ts > function hack() { > Object.defineProperty((firebase as any).User, Symbol.hasInstance, { > value: (o: any): any => { return o != undefined && o != null; }, > configurable:...