mscdex / connect-busboy

Connect middleware for busboy
MIT License
155 stars 25 forks source link

Connect 500 TypeError: Busboy is not a constructor #22

Closed ayushappricus closed 2 years ago

ayushappricus commented 2 years ago

This issue is coming while we are exporting files. Is this related to some latest PR merge? Please update image

mscdex commented 2 years ago

See https://github.com/mscdex/connect-busboy/issues/21.

MikulasMascautanu commented 2 years ago

Thank you! I also had this issue after I added busboy 1.6.x into package.json of one service while root package.json had busboy 0.3.x as a dependency from another package. Matching the version helped indeed (though just major version downgrade would probably be enough).