I posted this same post in the HR Community, sorry for those that get both as it will be a duplicate post... But I wanted to also check with those on the Tech side.
We are preparing our migration from on prem to cloud mt next weekend.
Our design is for the main url to always go to Employee Space default page (GHR, Employee role)
Last week, we noticed when trying from a mobile device, it no longer works now but we know it did in May/June as we were doing a lot of testing.
Prompts "No Access Allowed - Go to Mobile Employee". We aren't using 'mobile employee' because we use MHC for pay stubs and that is a link on Employee Space (configurable home page)
Anyone else have this issue? We have a ticket in and it has been assigned to Development last week but thought I'd reach out to this community too.
From what we can see after hooking up a Chrome debugger to phone, we are getting an error in mobilehcm.js on line 73 where it is trying to look up a non-existent value in the object generated by the hcm.util.getMobileConfiguration() function. It's trying to look up a value for isEnabled for an object named EmployeeSelfService, but the only objects with that property in the configuration objects are names MobileEmployee and MobileManager. As this all occurs at the hcm level, I don't believe that any of the changes that we could make in our files could have an effect on this.