Skip to content

v1.7.1 - UploadMetas_Directory 502 Error Fix

Compare
Choose a tag to compare
@thepeanutgalleryandco thepeanutgalleryandco released this 31 Mar 20:25
· 23 commits to main since this release
8623213

CodeQL

Users reported a 502 HTTP Response code error when using the uploadMetas_directory script on a Windows Operating System.
This is due to the normal fs module not handling file closures correctly. The graceful-fs module has been implemented to fix this issue for Windows users.