Problem
On /register Step 2, clicking "Create Account" shows:
Something went wrong.
Even with a valid strong password and matching confirm password. The same issue exists on /login.
Screenshot
Root Cause
Register.js line 150 and Login.js line 117:
setServerError(err.response?.data?.message || 'Something went wrong.');
I am a GSSoC 2026 contributor and i like to work on this issue, Could you please assign this to me??
Problem
On
/registerStep 2, clicking "Create Account" shows:Even with a valid strong password and matching confirm password. The same issue exists on
/login.Screenshot
Root Cause
Register.jsline 150 andLogin.jsline 117: