Hello All,
We have a web and tablet based application. All the screens in both web and tablet have registered role selected on the screens, still i can lots of error logs in service center saying "Registered role required"
Looking for soln to help me resolve this issue.
Thank you.
Hello Priya,
That error is not directly related to the fact that all of screens have the registered role ticket or not.
Basically, it occurs when a user that is not logged in is trying to access to a screen marked as Registered. That's why it returns "Registered role required".
Make sure that your application is not redirecting to a Registered screen when the user isn't logged in.
Kind regards,
Rui Barradas
Rui Barradas wrote:
By default this would trigger an login action (by redirecting the user to the login screen). I have never seen error myself so I really wonder why this is happening.
@Priya: Did you change something to your default exception handler? This manages the redirect to the login screen when someone isn't logged in but needs to be for the screen they try to access.
has anyone found a solution to this ?