I’ve currently manually installed, updated, and set up an ERPNext Version 12 site on my dedicated server. I was experiencing a problem with it being unable to save the new email domain (the page would just stall when I clicked the save button) but I have no begun receiving the error as shown in the picture below when I save some documents or attempt to delete others.
The error it provides in the dialog box from the webapp is:
redis.exceptions.ConnectionError: Error 111 connecting to localhost:11000. Connection refused.
So far this error has popped up on two documents.
-
When making changes to my personal profile
-
When attempting to delete a department in the HR Module
I have been able to make other changes, such as adding different sales territories and product categories.
I have my system setup with nginx and supervisord on CentOS 8. It automatically boots and I can tell you that the systemctl status of nginx, supervisord, mariadb, and redis are all that they are running with no errors.
Previously I did edit my /etc/redis.conf to change the port from 6379 to 13000 as I could not get bench to start as it kept saying that the redis server couldn’t connect.
Any help is appreciated as I have never experienced an error like this before in ERPNext.