Using the frappe official pwd.yml docker file, i ran “sudo docker compose -f pwd.yml up -d” and successfully got my service running.
Problem:
When i create a new item in erpnext, the page does not refresh automatically to show the newly created item. When i manually refresh it shows up. What could be the cause of this issue?
Yeah def saw socket.io having some issues so that explains it. I have a local on premise server running ubuntu server. I setup erpnext docker containers using
It spun everything up including the websocket container. Any advice on easiest way to setup a erpnext instance along with configuring everything it needs on a local ubuntu server?