Job Opening site can be visible to every user

Hi everyone,

I need to post every job opening in my website. and it should be visible to every user without login.

the jobs page is only visible and it is only displaying the jobs currently available. but when a non-logged in user tries to see details of any particular it gets error 404 not found.

can anyone help me with it?

Hi @harshvadhiya,

Please check it.

Without Login

Thank You!

Hi @NCP,

When I click on any particular job, it says:

Please ensure that the Human Resources Management System (HRMS) is in the stable branch, specifically version 14. This is because we need to verify if the job opening appearance aligns with version 14.

Thank You!

I think the HRMS is in develop branch.

Installed Apps

ERPNext: v14.65.3 (version-14)

Frappe Framework: v14.67.1 (version-14)

Frappe HR: v16.0.0-dev (develop)

is this the reason of my problem?

Problem is here :sweat_smile:

If Frappe ERPNext is in version 14 then HRMS/Payment/India-Compliance must be in version 14.

bench switch-to-branch version-14 hrms

bench update --patch

Thank You!

1 Like

Thank you @NCP, the solution worked.