File “/home/dell/frappe-bench/apps/frappe/frappe/handler.py”, line 73, in is_whitelisted
raise frappe.PermissionError(‘Not Allowed, {0}’.format(method))
PermissionError: Not Allowed, <module ‘trojan.trojan.doctype.architect’ from ‘/home/dell/frappe-bench/apps/trojan/trojan/trojan/doctype/architect/init.pyc’>
You need to provide more information. How did the error occur? At what point did it occur?
Try, bench update --requirements & bench update --build
same problem sir
Can you provide some screenshots?
Screenshots to running the commands
https://discuss.frappe.io/t/how-can-i-solve-it/32481/4?u=kevingee
Hi @Murugan,
the error “The resource you are looking for is not available” indicates most probably an error in your server-side code. Check the syntax in architect.py. What is the output when running
$ bench migrate
After resolving this, check whether the initial error still persists.