Clicking on Visit Helpdesk result in blank page

I am facing the same issue i followed the git solution and fixed the symlinks. But still i am unable to build the bench … how to fix this …

@corentin , your insights on this would be greatly appreciated.

Hey :wave:, I’m sorry but I don’t have experience with the easy-install.py script.

However, I can say that it is useless to run bench build inside a running Docker container, because assets are supposed to be built before while creating the Docker image. As such, any attempt to build assets with docker run … is futile I think.

In the case of @marsoner, it looks like even the core Frappe/ERPNext assets don’t work, this should be handled before attempting anything with Helpdesk.

The fix

Again, I have no experience with easy-install, but maybe you should try to build a custom Docker image for your specific set of applications.

https://github.com/frappe/bench#easy-install-script see “Build custom images”

1 Like