Install new app to site error

when i install new app to my site after installing erpnext and set the configuration i don’t see my app on my desk ?
and when i goo to doctype list i get error , also when i search my app name i find it , but when i click on it , i get the same error ::

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

Please share your app link.

this happens if you do not have atleast 1 doctype under this app

1 Like

Thank you so much johnskywalker , i really didn’t make any doctype :slight_smile:

1 Like