Page not refreshing after creating item

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?

Hi @metalgear12:

Maybe sockets.io is not working properly. Any errors on console?

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

https://github.com/frappe/frappe_docker/pwd.yml

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?

Hi @metalgear12:

Are you using http://ip:port or http://sitename.xxx:port?