403 forbibben response

403 forbidden and 401 error response are not getting after-hook,

api: send-verification-email request: { "email": "user@example.com", "callbackURL": "https://example.com/callback" }

response: code: 403 { "code": "INVALID_CALLBACKURL", "message": "Invalid callbackURL" }

in the 403 and 401 cases, the after hook middleware is not getting executed
Was this page helpful?