Thank you very much for the advice. I will try it out.
1 Like
Just finished testing.
I had to change the user to my user email address and it works. phew!
From this,
frappe.publish_realtime(event="msgprint", message={"message": "Hello!"}, user="Administrator")
To this,
frappe.publish_realtime(event="msgprint", message={"message": "Hello!"}, user="[email protected]")
in the bench console.
Thank you for the detailed steps to make it work.
For me it was the nginx configuration at the proxy side.
Thank you once again for publishing the steps.