-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
By default if you have an unknown role the server throws an error:
[Nest] 12948 - 2020-05-15 17:03:24 [ExceptionsHandler] Role not found: "ASDFASDF" +325454ms
AccessControlError: Role not found: "ASDFASDF"
and returns an object like this:
{
"statusCode": 500,
"message": "Internal server error"
}
In my opinion ACL should just ignore this unknown role. What do you think?
benyou1969
Metadata
Metadata
Assignees
Labels
No labels