hudy9x / namviek

The open-source project manager for tiny teams
https://namviek.com
MIT License
1.81k stars 207 forks source link

Redis - wrong number of arguments for 'hset' #177

Closed LukasJK closed 1 month ago

LukasJK commented 1 month ago

Describe the bug When signing in after seeding the default user, yarn:backend shows the error

 🥝 POST: /auth/sign-in
service get user by id error ReplyError: ERR wrong number of arguments for 'hset' command
    at parseError (/home/{...}/namviek/node_modules/redis-parser/lib/parser.js:179:12)
    at parseType (/home/{...}/namviek/node_modules/redis-parser/lib/parser.js:302:14) {
  command: { name: 'hset', args: [ 'USER_admin@google.com', '' ] }
}

Redis 7.2.4

hudy9x commented 1 month ago

@LukasJK thanks for your report, i'll fix this

hudy9x commented 1 month ago

fixed by #186