help me fix nginx Assets problem

please help me to fix this assets issue, i talk to gemini, the problem was nginx assets, the UI was broken because i run the bench –site localhost build, please help me fix this

Hi @dhifanrizky

Maybe related to files permissions … maybe user for production processes has not access to assets.
See this Nginx Permission error

Could you give me some practical help? I’ve only been using ERPNext for three weeks, and when I clicked on the link you sent, I didn’t fully understand it.

Hi @dhifanrizky

Are you using docker? Also what was your installation method? pwd.yml?

yes, im using docker, i think pwd.yml

@dhifanrizky

Okay basically bench build/get-app/update/new-app will not work in that setup due to immutable image and non-persistent volumes

If you are a developer use GitHub - rtCamp/Frappe-Manager: The production platform for Frappe/ERPNext. Automatic TLS, versioned migrations, worker orchestration, isolated benches. Everything from a single CLI. · GitHub
If you are end-user (with limited technical skills) use easy-install.py at GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps · GitHub

Best of luck in your ERPNext Journey