I installed an app called ‘nhcp’, it is showing in terminal
but it is not showing in the desk
and also while creating a new module, app name is not getting displayed
I installed an app called ‘nhcp’, it is showing in terminal
but it is not showing in the desk
and also while creating a new module, app name is not getting displayed
Check if the app is installed with: bench --site yoursite list-apps
Stop the bench, clear the cache and start it again
hey @jls
the app is not showing in the app list with command bench --site yoursite list-apps
so i am trying ti stop the bench and clear the cache, but how to stop the bench is there any command
i searched on how to stop bench frappe but there is no command to do it
so how to stop the bench
If you are not in production, you can stop the bench using ctrl + c.
To clear the cache: bench clear-cache
Then start the bench: bench start.
But first of all, have you downloaded the app or installed it?
You have to install the app using: bench --site yoursite install-app yourapp
thanks @jls, it worked
i might have installed the app using the command
bench new-app library_management
thats why the app is not shown in desk
after your solution I installed the app using the command
bench --site yoursite install-app yourapp
so frappe will only show the app in desk if the app is associated with a site only