Effect CommunityEC
Effect Community8mo ago
7 replies
makisuo

Trouble Using `HttpApiSchema.Multipart` with `toWebHandler` Due to FileSystem Dependency

I have tried using HttpApiSchema.Multipart with toWebHandler but the requests always returns with a 500 since Multipart seems to depend on some FileSystem implementation for temporary persisting it. I can't seem to make it work with even when mocking the used filsystem methods. Is there an example of what i need todo to make multipart work with toWebHandler?
Was this page helpful?