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
- Invalid `success` param
Hi again, I've tried to set up the login process. However, I always get the message: `Invalid success param: URL host must be one of: localhost, xxx` I've alr...
- Is it possible to have multiple smtp on ...
I already have one in one project but is it possible to use different one in another?
- How to pass session from browser to a mo...
I have a self-hosted Appwrite container. I also have a www page (A) which should acts as login page for different www services (B). User click login in B, is re...
