You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I've tried an async config and got into this issue
Next I've tried sync config, got a type error TS2353: Object literal may only specify known properties, and service does not exist in type OgmaModuleOptions which eventually I've surpress with #215 @ts-ignore`
However end up with runtime error sending http request or navigating to the app:
ERROR [ExceptionsHandler] Cannot read properties of undefined (reading 'setRequestId')
[0] TypeError: Cannot read properties of undefined (reading 'setRequestId')
Right, I need to update the READMEs to point to the docs website instead of duplicating the documentation
Yeah, I understand this is quite hard to maintain with multiple documentation sources. I can keep this issue open as a reminder for you to fix it, as it seems confusing to many people.
Is there an existing issue for this?
Current behavior
I am trying to configure the logger according to the docs https://github.com/jmcdo29/ogma/tree/main/packages/nestjs-module.
First I've tried an async config and got into this issue
Next I've tried sync config, got a type error
TS2353: Object literal may only specify known properties, and service does not exist in type OgmaModuleOptions
which eventually I've surpress with #215 @ts-ignore`However end up with runtime error sending http request or navigating to the app:
any thoughts?
Minimum reproduction code
https://github.com/kuncevic/nest-ogma-issue
Steps to reproduce
npm i
npm run start:dev
Expected behavior
There should not be any errors
Package(s) version
Node.js version
20.14
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: