Nexusoft / NexusInterface

The official Logical and Interface layers of the Nexus Software Stack.
https://crypto.nexus.io/wallet
MIT License
32 stars 12 forks source link

ex.sync error when downloading bootstrap #217

Closed NealHelman closed 8 months ago

NealHelman commented 1 year ago

Describe the bug When using File > Download Recent Database, and error occurs. The error indicates that ex.sync is not a function.

To Reproduce If applicable steps to reproduce the behavior:

  1. Go to File > Download Recent Database
  2. Let bootstrap download
  3. See error

Expected behavior The bootstrap should begin decompressing and installing in the Core Data Folder

Screenshots image

Desktop (please complete the following information):

Additional context I found in the src/shared/lib/bootstrap.js on lines 215, 221, and 228, "moveFile.sync" is being called. There is an import for "move-file", but I was unable to find the file being imported.

NealHelman commented 10 months ago

This looks like it's been resolved in 3.1.1 (at least Windows)