Replies: 1 comment
-
You are passing the params incorrectly, it should be a nested object with key "params". It should look like:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code like this works:
However if I add an extra request attribute it does not:
It complains that it does not like token:
An error happened: Invalid JSON-RPC request: At path: token -- Expected a value of type
never, but received:
"1234".
How do we pass additional request properties from site to the snap?
I think am missing something very basic here.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions