Effect CommunityEC
Effect Community13mo ago
11 replies
garrett

Error with `HttpApp.toWebHandler` in version `^0.71`: TypeError: context.unsafeMap is not iterable

Getting an error when using HttpApp.toWebHandler starting from ^0.71:

TypeError: context.unsafeMap is not iterable
    at unsafeMap (../../src/HttpApp.ts:169:25)
    at new Promise (<anonymous>)
    at eval (../../src/HttpApp.ts:164:6)
 ⨯ TypeError: context.unsafeMap is not iterable
    at unsafeMap (../../src/HttpApp.ts:169:25)
    at new Promise (<anonymous>)
    at eval (../../src/HttpApp.ts:164:6)


This works fine with 0.71 and lower
Was this page helpful?