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
While issue #1 is not fixed, I tried creating a decorator to change the returning type from text to json
What happens is that I'm unable to get zod's parsing error
From the picture below, It will never reach the catch block if the request schema is wrong. I think we should be able to also catch zod's parsing error and work with it accordingly
The text was updated successfully, but these errors were encountered:
While issue #1 is not fixed, I tried creating a decorator to change the returning type from text to json
What happens is that I'm unable to get zod's parsing error
From the picture below, It will never reach the catch block if the request schema is wrong. I think we should be able to also catch zod's parsing error and work with it accordingly
The text was updated successfully, but these errors were encountered: