You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user not authorized to confirm an instance tries to complete this task, a 500 error is returned during the instance validation.
The controller should be able to pick up on the 403 response from platform (data included in the exception) and return the correct response code to the app, so the app can communicate to the end user that the issue is with authorization.
The text was updated successfully, but these errors were encountered:
When a user not authorized to confirm an instance tries to complete this task, a 500 error is returned during the instance validation.
The controller should be able to pick up on the 403 response from platform (data included in the exception) and return the correct response code to the app, so the app can communicate to the end user that the issue is with authorization.
The text was updated successfully, but these errors were encountered: