This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Description
When using the putString method to upload a base64 string a sample image is uploaded instead. Meaning that in Nhost storage you get this tiny white square instead of the image you tried to upload. From the Storage.js file in the nhost-js-sdk it seems that a sample image is hardcoded. Can be seen in Storage.prototype.putString from line 106.