Hello, I have an error on submitting salary slip
When I submit salary slip it takes too long to load then it pops up an error, Request timed Out.
Even if I submit just 1 salary slip the request times out.
Now I still need the email to be sent to employees about their salary slip, so I want to solve this without disabling sending of email. Email domain is working fine because all other emails from the system are being sent without any difficulty.
I have tried “bench reinstall”, then restoring my database but the error is still there.
Also tried “bench switch-to-develop” then reversed back to master but the error is still there.
I am running ERPNext: v10.1.53 (master) and Frappe Framework: v10.1.48 (master) hosted in digitalocean ubuntu 16.04
./frappe-bench/logs/redis-cache.error.log is empty
“./frappe-bench/logs/web.error.log” and “./frappe-bench/logs/worker.error.log” are quite huge. couldn’t paste them but here is the upload. << LINK REMOVED >>
Thank you,
I reinstalled redis but the error was still there.
so I ran supervisorctl stop all and then bench start and the problem was solved. I can now submit salary slip and also send email to employees about their salary slip.
Thank you very much sir for your assistance.
I had been struggling with this for more than 3 months.