it seems i have a issue with the ogma service
TypeError: Cannot set properties of null (setting 'context')
can't really explain this one
C:\Users\Huizinga\Documents\projects\nest-server\node_modules\@ogma\nestjs-module\src\ogma.service.js:76
meta.context = context;
^
TypeError: Cannot set properties of null (setting 'context')
at OgmaService.error (C:\Users\Huizinga\Documents\projects\nest-server\node_modules\@ogma\nestjs-module\src\ogma.service.js:76:26)
at Logger.error (C:\Users\Huizinga\Documents\projects\nest-server\node_modules\@nestjs\common\services\logger.service.js:43:29)
at C:\Users\Huizinga\Documents\projects\nest-server\node_modules\@nestjs\common\services\logger.service.js:98:45
at Array.forEach (<anonymous>)
at Function.flush (C:\Users\Huizinga\Documents\projects\nest-server\node_modules\@nestjs\common\services\logger.service.js:98:24)
at NestApplication.flushLogs (C:\Users\Huizinga\Documents\projects\nest-server\node_modules\@nestjs\core\nest-application-context.js:132:25)
at Server.<anonymous> (C:\Users\Huizinga\Documents\projects\nest-server\node_modules\@nestjs\core\nest-application.js:182:26)
at Object.onceWrapper (node:events:628:28)
at Server.emit (node:events:514:28)
at emitListeningNT (node:net:1906:10)