I am trying to upload an image to my self-hosted version of Appwrite, everything is setup as they have specified on the docs, however when I test it out, I get the aforementioned error.
What could be the issue?
TL;DR
Developers encountering Uncaught (in promise) TypeError: storage.createFile is not a function when uploading image to self-hosted Appwrite. Ensure setup matches docs. Check for any missing configurations or incorrect dependencies causing this error.