iotaledger / iota-sdk

The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
Apache License 2.0
57 stars 41 forks source link

[Bug]: `restoreFromStrongholdSnapshot` doesn't seem to work properly #2232

Closed marc2332 closed 5 months ago

marc2332 commented 5 months ago

Issue description

We are getting invalid json invalid type: map, expected a string representing the value at line 1 column 0when callingrestoreFromStrongholdSnapshot`

Version

last commit

Expected behaviour

work

Actual behaviour

invalid json invalid type: map, expected a string representing the value at line 1 column 0

Can the issue reliably be reproduced?

Yes

Steps to reproduce the issue

  1. Export a backup
  2. Restore the backup

Errors

invalid json invalid type: map, expected a string representing the value at line 1 column 0

Duplicate declaration