Node identity export to file error on Windows
Describe the bug We have an empty file after export identities on Windows system
To Reproduce Steps to reproduce the behavior:
- identities export
path - we have a Success response but file is empty
Expected behavior A destination file need to contain a valid JSON identities data
Environment (please complete the following information):
- Windows
This feels more like a desktop issue, not the node itself.
This feels more like a desktop issue, not the node itself.
Yes, it seems true. But need to check it.
So I prepare Windows setup and get such results:
1 Execute Myst node application 2 Run Myst CLI and get only one identities in list 3 From my other computer export identity as a JSON text
identities export IDENTITY PASS
4 Import this identity to Windows based test node
identity import PASS {..json..}
5 Export identity to file

6 Check is file exist (yes)

7 Open the file and check content (yes)

8 Remove all .mysterium keystore files on Windows setup 9 Import identity from saved file (done)

So identities export to file work properly from first look.