vendure-ecommerce/vendure

Creating vendure from scratch impossible to update password administrator

giosueDelgado opened this issue · 2 comments

Describe the bug
I installed a clean vendure installation on a clean db but I cannot update the db with this error:

image

To Reproduce
Steps to reproduce the behavior:

  1. Deploy a venture clean installation (empty db)
  2. Go to administration and try to update password of superadmin

Expected behavior
I can updatepassword

Environment (please complete the following information):

  • @vendure/core version: 2.2.4
  • Nodejs version: 20
  • Database (mysql/postgres etc): postgres

I cannot reproduce this issue. The roleId error suggests an entity not found error on the roles table. The superadmin is role 1 and is visible in the screenshot, so this is odd. Everything else works fine? Can you update other entities? If everything else works fine, I'm almost inclined to think there is some kind of special character in the password that is creating an issue

I have the same issue, only workaround is to change the password when logged in with another admin user and vice versa.