436
Views
3
Comments
Hundreds of Error logs for registered role required
Question

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.

2020-05-07 18-53-00
Rui Barradas
 
MVP

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

2020-09-21 08-42-47
Vincent Koning

Rui Barradas wrote:

Make sure that your application is not redirecting to a Registered screen when the user isn't logged in.

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.

2022-10-18 07-32-49
Randall Jodache Chetty

has anyone found a solution to this ? 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.