Installed Apps Not Working/Displaying in the ERPNext Site

I have installed ERPNext Version 14 several times and had successful installations. Today I installed ERPNext version 14, but when trying install other apps such as “Education, payments, hrms”, those apps won’t display in the ERPNext site.

I tried clearing cache too using the below commands, but still it didn’t work.

  1. bench clear-cache
  2. bench clear-website-cache

First check, the app is installed on-site or not:

bench --site your-sitename.com list-apps

If not installed then install it on site, then migrate the site, build the app.

bench --site your-sitename.com install-app erpnext
...
bench --site your-sitename.com migrate
bench build --force
2 Likes