Closed SLKun closed 1 month ago
Related issues: #6577 #6582
@SLKun Hi, I face the same problem and follow steps in https://github.com/logto-io/logto/issues/6577#issuecomment-2359921567 successfully register
update sign_in_experiences set password_policy='{"rejects": {"pwned": false}}' where tenant_id='admin';
Describe the bug
I follow the document to start logto through docker compose.
However, when I submitted the password for the first-time user registration, the WEB prompted an internal server error.
Server logs as follows:
I have tested different versions from latest to 1.10, the newest version that can register normally is 1.12.
Expected behavior
I can register successfully.
How to reproduce?
Just run follow command:
Context