I’m running ERPNext v15 on a fresh setup. Developer mode is enabled ("developer_mode": 1
in site_config.json
), and I’m logged in as the Administrator user.
The Administrator user:
-
Has full permissions including
System Manager
andWorkspace Manager
-
Has access to all modules including a custom module
However, I don’t see any option to create a new Workspace. -
There is no “New” button in the Workspace list (
/app/workspace
) -
No way to create from the module screen or GUI
-
Even when trying to create programmatically via
bench console
, it throwsValidationError: Name is required
I’ve tried clearing cache, restarting bench, and verified permissions thoroughly.
Still no option to create a workspace.