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
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
- migrate storage bucket to external s3
I try to migrate the current s3 storage (docker volume) to an external provider. I copied all files from /var/lib/docker/volumes/appwrite_appwrite-uploads/_data...
