I have been running into this error everytime I try and run a loader service. It contacts data from an api, (with a loader.proto file to go with it), transforms that data into an object, and persists it into a database (with a persister.proto to go with it). All 3 terminals, one with the persister service running , one with the loader service running, and the script to pull it all together all return the same error, albeit a different format.
I gRPC is of the latest version (1.66.2) , and other endpoints with the same process work without the experimental error.
If anyone has any suggestions to this error, please let me know.
Thanks!
