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
Error: "undefined" is not a cacheable value
at /Users/sascha/Documents/GitHub/obfuscated/node_modules/cache-manager-redis-store/dist/index.js:88:23
at new Promise (<anonymous>)
at Object.mset (/Users/sascha/Documents/GitHub/obfuscated/node_modules/cache-manager-redis-store/dist/index.js:51:14)
at NsqlCache.primeCache (/Users/sascha/Documents/GitHub/obfuscated/node_modules/nsql-cache/lib/index.js:137:14)
at /Users/sascha/Documents/GitHub/obfuscated/node_modules/nsql-cache/lib/keys.js:104:34
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async exports.getPath (/Users/sascha/Documents/GitHub/obfuscated/Controllers/PathsController.js:77:20)
Error: "undefined" is not a cacheable value
at /Users/sascha/Documents/GitHub/obfuscated/node_modules/cache-manager-redis-store/dist/index.js:88:23
at new Promise (<anonymous>)
at Object.mset (/Users/sascha/Documents/GitHub/obfuscated/node_modules/cache-manager-redis-store/dist/index.js:51:14)
at NsqlCache.primeCache (/Users/sascha/Documents/GitHub/obfuscated/node_modules/nsql-cache/lib/index.js:137:14)
at /Users/sascha/Documents/GitHub/obfuscated/node_modules/nsql-cache/lib/keys.js:104:34
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async exports.getPath (/Users/sascha/Documents/GitHub/obfuscated/Controllers/PathsController.js:77:20)
I would expect an undefined just like datastore does it by default.
Hi Sébastien,
when running the following
I get this error
I would expect an undefined just like datastore does it by default.
This is the datastore wrapper
Best regards
Sascha
The text was updated successfully, but these errors were encountered: