Closed adamazad closed 4 months ago
hm, unless I'm reading wrong, I think that in your server code you are returning the delegation inside a json blob but then in the client you are trying to read the json as CBOR - this is, of course, failing.
Closing this in favor of #1515
Hi, I'm following the example about using delegation to upload directly to the network. I have a next.js route located at
/api/w3up/delegation
:on the frontend, I have a hook to create a client:
I get the following error: