Apps via Docker not showing in UI (/app), missing icons – Gameplan, Helpdesk, Wiki · Issue #1628 · frappe/frappe_docker · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Inconsistent Module Visibility and Icon Issues When Installing Custom Apps via Docker (Gameplan, Helpdesk, Wiki)
Problem Summary:
While attempting to install multiple Frappe/ERPNext apps like gameplan, helpdesk, and wiki using a Docker-based environment, I encountered persistent issues where the apps:
Do not show up in /app
Do not load in /app/<module>
Are missing icons in /apps
Are not accessible via the Workspace UI
Despite the apps being successfully listed in bench --site <site> list-apps, they do not integrate into the UI as expected.
Environment:
Frappe: 15.68.0
ERPNext: 15.60.2
Gameplan: 0.0.1
Install method: Docker (custom stack)
Site: demo.site.com
Apps Installed:
frappe 15.68.0 UNVERSIONED
erpnext 15.60.2 UNVERSIONED
gameplan 0.0.1 main
edardev
changed the title
Inconsistent Module Visibility and Icon Issues When Installing Custom Apps via Docker (Gameplan, Helpdesk, Wiki)
Apps via Docker not showing in UI (/app), missing icons – Gameplan, Helpdesk, Wiki
May 14, 2025
Title: Inconsistent Module Visibility and Icon Issues When Installing Custom Apps via Docker (Gameplan, Helpdesk, Wiki)
Problem Summary:
While attempting to install multiple Frappe/ERPNext apps like
gameplan
,helpdesk
, andwiki
using a Docker-based environment, I encountered persistent issues where the apps:/app
/app/<module>
/apps
Despite the apps being successfully listed in
bench --site <site> list-apps
, they do not integrate into the UI as expected.Environment:
demo.site.com
Apps Installed:
Directories Verified:
desktop.py
contains:Assets folder:
Steps Taken to Resolve (Unsuccessful):
bench get-app <app>
bench install-app <app>
bench build
yarn build
bench build-app <app>
(e.g.,helpdesk
,wiki
,gameplan
)bench clear-cache
bench clear-website-cache
bench restart
bench migrate
desktop.py
exists and returns properget_data()
Module Def
andWorkspace
manually (not created automatically)/app/helpdesk
,/app/gameplan
,/app/wiki
(failed or blank)Expected Behavior:
/app
workspace navigation/app/<module>
/apps
Module Def
andWorkspace
should be created automaticallyActual Behavior:
apps/
andsites/assets/
/app
/apps
Request for Help:
Looking for guidance on:
I can provide more logs if needed. Happy to help with documentation or contribute patches if necessary.
Thanks!
The text was updated successfully, but these errors were encountered: