Situation:
edenjs init app && npm install @edenjs/core && edenjs run
Action:
Register an account at http://localhost:1337/register.
Username: asd
E-mail: asd@asd
Password: asd
Issue:
When clicking Register, registration fails, but no error is shown.
Requested solution:
Show why the registration failed. Is it the wrong e-mail address? Is it the password that is too short? Is it the password that contains the username?
Situation:
edenjs init app && npm install @edenjs/core && edenjs runAction:
Register an account at
http://localhost:1337/register.Username:
asdE-mail:
asd@asdPassword:
asdIssue:
When clicking
Register, registration fails, but no error is shown.Requested solution:
Show why the registration failed. Is it the wrong e-mail address? Is it the password that is too short? Is it the password that contains the username?