DocType None not found The resource you are looking for is not available

I am getting the error “DocType None not found
The resource you are looking for is not available” after clicking on employee checkin under attendance tab.

frappe.log shows this

Form Dict: {‘doctype’: ‘Employee Checkin’, ‘with_parent’: ‘1’, ‘cached_timestamp’: ‘’, ‘cmd’: ‘frappe.desk.form.load.getdoctype’}

@Sanjay_Singh your are in v13 or v14 ?

version 13

frappe.reload_doc(erpnext, “doctype”, employee_checkin)

try this in your frappe-bench @Sanjay_Singh

Thank you for your reply, just one clarification ,will it affect data stored in Employee Checkin Table ?

No, it just reload your doctype and update db schema

I was trying with bench then it was showing the error that site is not mentioned so I changed the command bench --site [my site name] reload-doc “hr” “doctype” “employee_checkin” . After this command error from frappe log file gone. But problem l “DocType None not found The resource you are looking for is not available” still persists

1 Like