HR Module visible in ERPNext but not found by Frappe

I have installed HRMS (and payroll) with bench install-app in my Docker frappe production instance but after restarting the containers, the HR and Payroll tabs appear in the sidebar alongside the default workspace (visible in this screenshot) and certain pages.

I however get this popup and some of the HR and Payroll pages are missing:

Hi @Evorsio:

Try bench --site yoursite.local migrate

Hope this helps.

Hey, just tried your command and I still have the same issue

Here’s the console after running it if that could help:

Uninstall hrms module from site and reinstall hrms module in site

bench --site yoursitename uninstall hrms
bench --site yoursitename install hrms
bench --site yoursitename migrate

@Evorsio Try This Command

2 Likes

How do you know the name of the site?

Hi @almotakhases2023:

From client side, use this on browser console.

frappe.boot.sitename

Hope this helps.

Go to your bench folder and check the site folder that showcases your site name. This will help you identify your site name.

1 Like