Permission denied when creating new Module Def in development mode

Hello There,

I have a strange problem when running ERPNext in developer mode on my remote server. As you can see on the picture below, I can’t add a new Module Def (and it only appears when the instance is in developer mode.

I followed the official tutorial here : https://github.com/frappe/frappe_docker/blob/main/docs/single-server-example.md

and added the following commands to set developer mode :

docker compose --project-name <project-name> exec backend  bench --site <sitename> set-config developer_mode 1
docker compose --project-name <project-name> exec backend  bench --site  <sitename> clear-cache

And by the way, it’s not the only issue I have, I can’t rename any standard doctype, I get the following error :

PermissionError: [Errno 13] Permission denied: 'apps/erpnext/erpnext/hr/doctype/<NEW_DOCTYPE_NAME>'

I don’t know how could I solve it…
Thank you for your answers !

Little up here :slight_smile: