Can't Login ERPNext

Hi

When I tried to login it shows error message in console:

Failed to load resource: the server responded with a status of 404 (NOT FOUND)

But I can Login as Administrator
As a Role Customer or anyother role, it won’t allow…

And i didn’t change any login related files…

also,

19:17:34 workerbeat.1     | [2016-08-25 19:17:34,459: INFO/MainProcess] Scheduler: Sending due task sync_queues (frappe.tasks.sync_queues)
19:17:34 workerbeat.1     | [2016-08-25 19:17:34,461: INFO/MainProcess] Scheduler: Sending due task scheduler (frappe.tasks.enqueue_scheduler_events)
19:22:34 workerbeat.1     | [2016-08-25 19:22:34,590: INFO/MainProcess] Scheduler: Sending due task sync_queues (frappe.tasks.sync_queues)
19:22:34 workerbeat.1     | [2016-08-25 19:22:34,593: INFO/MainProcess] Scheduler: Sending due task scheduler (frappe.tasks.enqueue_scheduler_events)
19:23:17 web.1            | 127.0.0.1 - - [25/Aug/2016 19:23:17] "POST / HTTP/1.1" 404 -
19:23:21 web.1            | 127.0.0.1 - - [25/Aug/2016 19:23:21] "GET /website_theme.css HTTP/1.1" 200 -
19:27:34 workerbeat.1     | [2016-08-25 19:27:34,720: INFO/MainProcess] Scheduler: Sending due task sync_queues (frappe.tasks.sync_queues)
19:27:34 workerbeat.1     | [2016-08-25 19:27:34,722: INFO/MainProcess] Scheduler: Sending due task scheduler (frappe.tasks.enqueue_scheduler_ev

Anybody help me please…

@shreyasp can you check?

@Amalendu

Are you still facing this issue, while you trying to login as Customer to your ERPNext site?

1 Like

@shreyasp
I have found some errors in my custom code. But it doesn’t show any errors in console.
I can login to the website after creating new users.

it is solved now.

Is there any debugging feature in it?
Thanks

In case you some errors on JS side those errors will be showed on the chrome developer console. If you have errors on server side, then command console is the only place where you can see the errors.

Another way, you can look for the errors is by inserting print statements in places where you have inserted any code.

1 Like

@shreyasp

Thank You…