Valid Name and Email Required - Sign -in

This Thread Solved My Problem:

This is what I did:

I.

cd apps/frappe/
git stash
cd …/…

II.

cd apps/erpnext/
git stash
cd …/…

III.

bench update

IV.

cd apps/frappe/
git stash apply
git stash drop
cd …/…
cd apps/erpnext/
git stash apply
git stash drop

2 Likes