forked from Ondsel-Development/Ondsel-Server
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
After setting up the server for the first time, after running the scripts in entry.sh, I get an error message when I first load the page, see below. Before starting the backend, I removed the database completely and ran the necessary migrations.
error: NotFound: No record found for id '69383127259944e46924f243'
at /home/pieter/current/nlnet/ondsel-server/backend/node_modules/@feathersjs/mongodb/lib/adapter.js:191:23
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async UserService.<anonymous> (file:///home/pieter/current/nlnet/ondsel-server/backend/src/hooks/handle-public-info-query.js:47:7)
at async /home/pieter/current/nlnet/ondsel-server/backend/node_modules/@feathersjs/schema/lib/hooks/resolve.js:72:9
at async UserService.<anonymous> (file:///home/pieter/current/nlnet/ondsel-server/backend/src/hooks/handle-public-info-query.js:35:7)
at async UserService.<anonymous> (file:///home/pieter/current/nlnet/ondsel-server/backend/src/hooks/handle-public-info-query.js:24:5)
at async UserService.<anonymous> (file:///home/pieter/current/nlnet/ondsel-server/backend/src/services/users/helpers.js:12:5)
at async UserService.<anonymous> (/home/pieter/current/nlnet/ondsel-server/backend/node_modules/@feathersjs/schema/lib/hooks/resolve.js:115:5)
at async UserService.logError (file:///home/pieter/current/nlnet/ondsel-server/backend/src/hooks/log-error.js:9:5)
at async JWTStrategy.getEntity (/home/pieter/current/nlnet/ondsel-server/backend/node_modules/@feathersjs/authentication/lib/jwt.js:95:24)
error: NotFound: No record found for id '69383127259944e46924f243'
at /home/pieter/current/nlnet/ondsel-server/backend/node_modules/@feathersjs/mongodb/lib/adapter.js:191:23
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async UserService.<anonymous> (file:///home/pieter/current/nlnet/ondsel-server/backend/src/hooks/handle-public-info-query.js:47:7)
at async /home/pieter/current/nlnet/ondsel-server/backend/node_modules/@feathersjs/schema/lib/hooks/resolve.js:72:9
at async UserService.<anonymous> (file:///home/pieter/current/nlnet/ondsel-server/backend/src/hooks/handle-public-info-query.js:35:7)
at async UserService.<anonymous> (file:///home/pieter/current/nlnet/ondsel-server/backend/src/hooks/handle-public-info-query.js:24:5)
at async UserService.<anonymous> (file:///home/pieter/current/nlnet/ondsel-server/backend/src/services/users/helpers.js:12:5)
at async UserService.<anonymous> (/home/pieter/current/nlnet/ondsel-server/backend/node_modules/@feathersjs/schema/lib/hooks/resolve.js:115:5)
at async UserService.logError (file:///home/pieter/current/nlnet/ondsel-server/backend/src/hooks/log-error.js:9:5)
at async JWTStrategy.getEntity (/home/pieter/current/nlnet/ondsel-server/backend/node_modules/@feathersjs/authentication/lib/jwt.js:95:24)
Metadata
Metadata
Assignees
Labels
No labels