gamonoid / icehrm

Manage your employees easily with a robust and efficient Human Resource Management System
http://icehrm.com
Other
593 stars 374 forks source link

Employee list does not work. #286

Closed ChKaEs closed 2 years ago

ChKaEs commented 2 years ago

I manually installed and downgraded my php from 8.0 to 7.4 otherwise I could not even log in. The employee management screen is not working. I can add employees and it properly saves. There are currently 2 employees in the database. The Dashboard shows the count as 2 and the Staff Directory shows both employees, but the Employee screen just shows a spinning wheel and never shows the list of employees.

ddave001 commented 2 years ago

Please check if you are seeing any errors on icehrm log (icehrm/app/data/icehrm.log)? Also check the JS console for any errors.

ChKaEs commented 2 years ago

The issue was Godaddy blocking the ajax request. The admin-bundle.js was returning a 403 error. I whitelisted my IP and it now works; however, that is not a permanent solution because at some point I will want to have other people logging in, so I guess I will need to allow public to that URL. For testing purposes I will leave it open to only my IP.