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
If a configuration structs has custom validation (i.e. implements the Validate(ctx) method), then the SDK does not call the Validate() methods in the middleware. Because of that, a custom Validate(ctx) always needs to call DefaultXYZMiddleware.Validate() explicitly. It's easy to forget, but the SDK should be able to do automatically. There doesn't seem to be a case where a developer would like to override or completely skip the middleware validation.