vendure-ecommerce / vendure

The commerce platform with customization in its DNA.
https://www.vendure.io
Other
5.61k stars 993 forks source link

Creating vendure from scratch impossible to update password administrator #2930

Open giosueDelgado opened 2 months ago

giosueDelgado commented 2 months ago

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):

mschipperheyn commented 2 months ago

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

oliverstreissi commented 1 month ago

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