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 please check that this issue is not already solved as described
here)
When upgrading to mongoose 8.5.1, feathers return an error when getting a record. Other find queries seem to work.
Expected behavior
Tell us what should happen
Return record from MongoDb
Actual behavior
Tell us what happens instead
NotFound: No record found for id '61dfb1498df54sd454f'
at new NotFound (/api/node_modules/@feathersjs/errors/lib/index.js:114:17)
at /api/node_modules/feathers-mongoose/lib/service.js:164:17
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async runMethod (/api/node_modules/@feathersjs/transport-commons/lib/socket/utils.js:90:29)
System configuration
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working):
NodeJS version:
20.11.1
Operating System:
Ubuntu
Browser Version:
n/a
React Native Version:
n/a
Module Loader:
n/a
The text was updated successfully, but these errors were encountered:
Steps to reproduce
(First please check that this issue is not already solved as described
here)
When upgrading to mongoose 8.5.1, feathers return an error when getting a record. Other find queries seem to work.
Expected behavior
Tell us what should happen
Return record from MongoDb
Actual behavior
Tell us what happens instead
NotFound: No record found for id '61dfb1498df54sd454f'
at new NotFound (/api/node_modules/@feathersjs/errors/lib/index.js:114:17)
at /api/node_modules/feathers-mongoose/lib/service.js:164:17
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async runMethod (/api/node_modules/@feathersjs/transport-commons/lib/socket/utils.js:90:29)
System configuration
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working):
NodeJS version:
20.11.1
Operating System:
Ubuntu
Browser Version:
n/a
React Native Version:
n/a
Module Loader:
n/a
The text was updated successfully, but these errors were encountered: