Parsing Incoming Body with Effect and Nuxt: Handling Validation with zod and Schema
Quick question! I'm using Effect with Nuxt and trying to do some parsing of an incoming body:
readValidatedBody here returns Promise<T> while it should return (I think) an Effect<T, ParseError, never>. When using zod, I get this: