Can't access Developer, Setup and File Manager modules

After changing the branch of both frappe and erpnext to master, I am not able to access three modules: Developer, Setup and File Manager. Even with the “developer_mode” set to 1 in site_config.json, nothing happens. However, when I access the modules directly, I get 'TypeError: get() takes exactly 1 argument (0 given)"

Traceback (innermost last):
File “/home/frappe/apps/frappe-bench/apps/frappe/frappe/app.py”, line 57, in application
response = frappe.handler.handle()
File “/home/frappe/apps/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/frappe/apps/frappe-bench/apps/frappe/frappe/handler.py”, line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/frappe/apps/frappe-bench/apps/frappe/frappe/init.py”, line 806, in call
return fn(*args, **newargs)
TypeError: get() takes exactly 1 argument (0 given)

did you restart bench?

You also need to go to your user menu and click on ‘Reload’ to clear the browser-side cache.

Thanks for the quick response. I was using supervisord and nginx in my setup before. I just stopped them and bench update and bench started, yet the three modules are not available.

can you try like anand said but in different way:

bench clear-cache

also see if bench restart throws any error

Thanks ramielian, did as instructed by you. The bench restart stops and starts without any issue. However, I am still not able to get the three modules mentioned above.

Any update and/or suggestions on this?

@kxt5258 is your erp on the web or private server?

server

i know server, but is it accessble through the internet from outside the network or not? if yes i might be able to help you throw ssh and browsing…

Disclouser: Community developer with no relations more than that to Frappe / Erpnext

Sorry, I took your question as if I am on the hosted plan or my private server. Unfortunately, the machine is not accessible outside our LAN. Thanks for your help though.

@kxt5258 ok then, can you do the follwoing please:

bench clear-cache
bench setup supervisor
bench watch

see if there is any erros or anything

no errors are being shown. When I access the setup and core modules directly, i get the error mentioned earlier: TypeError: get() takes exactly 1 argument (0 given)

are you on develop mode by any chance?

Yes, I have enabled “developer_mode” in site_config.json file.

ok, you will use any development? i mean you need to be on development ?

because on your first comment said you are using master not develop branch…