created user erpnextuser
sudo adduser erpnextuser (Adding a new user to erpnext)
sudo usermod -aG sudo erpnextuser (giving proper permission)
su erpnextuser (login as erpnext user)
Hello @Tufan_Kaynak2,
Iām battling with this same error on my localhost server, and I have tried your method. When I tried it, rendered a āfrappe.exceptions.LinkValidationError: Could not find Default Currency: INRā
If you have ever come across this issue and have resolved it, can you share the method you used in correcting this error?
Everything Redis related, enable IPv6 by giving it āenable_ipv6ā.
Redis fails to configure itself when thereās IPv6 available from the host, but not enabled it seems. When thereās no IPv6 available from the host, it works just fine in my case.
@Tufan_Kaynak2 at the stage when it is creating a new site on a fresh installation. It gives this error;
āredis.exceptions.ConnectionError: Error 111 connecting to localhost:11000. Connection refusedā. And if I run it again, it gives this other error;
āfrappe.exceptions.LinkValidationError: Could not find Default Currency: INRā.
Also, if I still run the āsudo python install.py --production --user [frappe-user]ā it will install successfully, but not completely. That is to say that the login page cannot be found, and I wonāt be able to login.
Thanks for your contribution in resolving this. I had to reformat the server and re-run the whole package, If I encounter the same problem, I would do well to post it right here.