Challenges with Effect Serialization in Cloudflare Workers RPC

I would like to use effect with cloudflare workers, and things work well until I attempt to leverage their workers RPC at which point the effect exit needs to be serialized but fails with an error saying the type does not support serialization. As I am new to effect, I wasn't sure if there was a way to use effect with cloudflare workers rpc and sort out serialization or if I should be looking at effect's RPC.
Was this page helpful?