#Problem running roles.forEach() while a role is deleted
2 messages · Page 1 of 1 (latest)
Not too much you can do about it, the role is, after all gone.
You can catch the error and, if it's this error by code (there is an enum for this too: RESTJSONErrorCodes.UnknownRole), ignore it (or somehow handle it otherwise).