BeefreeSDK / beefree-sdk-npm-official

Official NPM package of Beefree SDK
https://developers.beefree.io
Apache License 2.0
19 stars 7 forks source link

Support filemanager instances. #120

Closed jimmailcamp closed 1 year ago

jimmailcamp commented 1 year ago

As of now it seems that the new file manager instance is not supported by this package. Docs describe starting Bee with no parameters in the start method, but this throws either a missing config or missing template error.

Please update this package or point me to what I'm doing wrong!:)

jimmailcamp commented 1 year ago

After reaching out with tech support, it seems this can be solved by calling the Bee start method with an empty object as the 2nd parameter. Please update your docs!