#Discovery Module not working with Nest.js v10

3 messages · Page 1 of 1 (latest)

worldly sand
#

It's giving me strange error after upgrading my nestjs. Also instead of nestjs-plus/discovery package I installed golevelup/nest-discovery.

[Nest] 46230  - 10/11/2023, 4:56:36 PM   ERROR [ExceptionHandler] Cannot read properties of undefined (reading 'values')

TypeError: Cannot read properties of undefined (reading 'values')

Maybe I'm missing something?

barren cypressBOT
#

Please run the command npx -y @nestjs/cli info and paste the output in a code block. This will help us determine if there is a version issue in your packages and which version of nest we are triaging.

worldly sand
#
OS Version     : macOS Unknown
NodeJS Version : v16.19.1
NPM Version    : 8.19.3 

[Nest CLI]
Nest CLI Version : 10.1.11 

[Nest Platform Information]
platform-socket.io version : 10.0.3
platform-fastify version   : 10.2.7
cache-manager version      : 2.0.0
event-emitter version      : 2.0.0
mapped-types version       : 2.0.2
websockets version         : 10.0.3
schematics version         : 10.0.1
schedule version           : 3.0.1
graphql version            : 12.0.2
testing version            : 10.0.3
apollo version             : 12.0.2
common version             : 10.0.3
bull version               : 10.0.0
core version               : 10.0.3```