Frappe UI with Frappe Manager

Hello all,

I was following this tutorial and got stuck at the stage where we run yarn dev to start the frappe UI.

I’m using Frappe Manager so everything is running in containers, whereas in the tutorial everything is run on a local bench. When I yarn dev is running and I navigate to example.localhost:8080 then I just get a connection refused error.

Am I missing some configuration maybe? Are there any resources for Frappe UI with Frappe Manager?

In dev containers you might want to try

yarn dev —host

Thank you so much, can’t believe I oversaw that :sweat_smile: