Authentication Issue with Appwrite SDK when Integrating with Wappler Project
- 0
- Self Hosted
- Storage

I'm facing an issue while trying to integrate my Wappler project with Appwrite to perform file upload and deletion operations in buckets. I followed the integration instructions provided in the Appwrite documentation and was able to perform the upload and deletion actions. However, I'm having difficulties with authentication via API KEY.
Basically, I am "bypassing" the authentication with the API KEY when trying to use the Appwrite SDK.
I have a Appwrite running in a docker container, and my project in localhost. So, I developed a function for my project that uses the node-appwrite SDK to create, and delete files directly from my project.
But even setting my correct API KEY to the sdk.Client(), or even passing it wrong, I'm still able to perform actions in my Appwrite project. And also, when looking to the Appwrite API Keys Interface, it says "Never accessed".
I'm new to Appwrite and development world, so maybe I'm getting this all wrong. Thanks!!
Recommended threads
- Problems with adding my custom domain
- Can't push functions when self-hosting o...
Hello, I'm a bit new to appwrite functions and recently hosted a fresh 1.7.4 on my portainer setup. Tried to create a new function and when trying to push it I ...
- Self-hosted Appwrite keeps slowing down ...
For some reason my self-hosted instance of Appwrite periodically slows down so much and becomes unresponsive (console, APIs, everything). I keep restarting the ...
