willhlaw / node-firestore-backup-restore

Google Firebase Firestore backup and restore tool
91 stars 24 forks source link

RangeError: Maximum call stack size exceeded #19

Open stevecasey17 opened 6 years ago

stevecasey17 commented 6 years ago

When running backup of our firestore project, this error message is thrown. RangeError: Maximum call stack size exceeded

The db is not that big.

willhlaw commented 6 years ago

What kind of machine are you running it on and what is size of RAM and available memory?

dferrandizmont commented 6 years ago

Hey! Same error here, but mine I suppose it's because the folder name

3yp0EO9rliqowLtSTxWq_ohUEr0jXvpm2ZxNWyzbn_2015-01-01T00:00:00.000Z

contains : . I'm on Windows and I can't do a full backup because of this.

Yesterday I tried with my Mac and everything worked fine, any suggestion on how to fix this?, thanks for your work! 👍

EDIT: Update on this issue, I'm on Mac again and I just checked the backup and the folder was renamed to

3yp0EO9rliqowLtSTxWq_ohUEr0jXvpm2ZxNWyzbn_2015-01-01T00/00/00.000Z

Mac changes : for /, does not give any kind of error, it just rename it.