So I tried implementing something very similar to the example given in the rpc README. However, I'm getting an error on the layer implementation on my server. I'll have the error code in the comments to this thread.
I have my repo split and linked in the package.json ( in the server, there's a dependency "common":"link:../common"). I tried moving the code from common to my server and the error went away. So, I tried making sure all the Effect packages are the same version, but that didn't fix it. So I don't know what's causing the issue. I'd love some help, thank you.