Replies: 2 comments 1 reply
-
The issue seems to be with the
So, my short term solution would be to use either Alternatively, you could try creating a local agent with the RestClient plugin to connect to your remote server so you can use the typescript API:
|
Beta Was this translation helpful? Give feedback.
-
If you're in a JavaScript environment, it will be much easier to use This plugin makes the calls to remote agents and presents those remote methods as local, so your code for interacting with a veramo instance looks the same. You would create a veramo instance and provide the You would then call The example is from our test suite which runs a bunch of shared tests, using the same test code, in multiple configurations. The configuration I pointed to is one where all plugins are implemented by one agent and called from a different agent. |
Beta Was this translation helpful? Give feedback.
-
Getting an error every time I am calling th Veramo Agent from my other server, it works fine when I make the call from the postman.
Been trying to fix it for 2 hours not sure what I am missing
Here is the tip end of the error
obscuradox — Today at 2:50 PM
Full error
Beta Was this translation helpful? Give feedback.
All reactions