After upgrading from version 13 to version 15, all the functionalities work properly except for the left module list, which does not function as expected.
Hmm ![]()
Iām not sure if your issue is fixed, but you can try these commands:
bench setup requirements
bench build --force
Also, open the console (f12) and check the error.
Thank You!
@maruf_rahman , Issue is Workspace Doctype.
- Have you updated V13 before migrate?
- Have you migrated from V13 > V14 > V15 ?
in V13 it was Desk Page and now it is Workspace.
Please try
bench --site your_site console
frappe.reload_doc('desk, 'doctype', 'workspace')
frappe.db.commit()
Thanks.
1 Like
Migrate V13 to V15. Only Issue with Administrator, others user works fine.
Go to User List >> Select Administrator >> Roles
check uncheck workspace manager then save and reload.
Thanks
Same issue, not fixed after uncheck workspace manager.
