In frappe am not able to enable the developer mode

Hii Can Someone please help me in this ,This is my
site.config.json
{
“db_name”: “_6928c554b456437a”,
“db_password”: “BCX1TK3mksKvoBTu”,
“db_type”: “mariadb”,
“developer_mode”: 1
} u see here I have made developer mode:1 still when am creating New doctype stil Custom chekbox is on I want to disable it


Am using Frappe 15 ( Frappe Framework: v15.63.1 (version-15)) Thank you

Strange!

But you can try,

bench migrate

or

bench build

or just restart the bench

Thank You, But still check box is not unchecked

HI @Ashirbad:

Are you logged with the user called “Administrator”? It won’t work with different user.
Install wizard ask you for a new user, and after that usually you still work with this new user created. But you will need to log with “Adminisitrator” . Password for that user was provided on site creation.

Hope this helps.