Closed abonnivard closed 7 months ago
Hey @abonnivard, thanks for asking!
One option for resolving this is with a custom documentLoader
:
https://github.com/digitalbazaar/vc?tab=readme-ov-file#custom-documentloader
Using that, you can download the context file (essentially caching it), and load it via your custom document loader--thereby avoiding the network dependency (and latency). You'll of course want to separately track future revisions to that context file to be sure you have the latest, but using the custom documentLoader approach means you won't be doing that on every request.
Hope that helps! 🎩
Closing as the answer has been given here and it seems this has been resolved.
Hi,
I have the following issue when I tried to sign my VC :
I don't know how to do to resolve the pb because it's an intern pb form the github project. Any idea ?
Thanks a lot.