Appwrite 1.8.1 TablesDB Permissions Issue - 401 on Row Creation (Vue.js 3 Frontend)
- 0
- Self Hosted
- Databases
- Web
Hi - I'm migrating a newer VueJS web application from Supabase to Appwrite. I'm looking for an experienced Appwrite Developer to help me solve a permissions issue that I cannot understand?! Authentication is working correctly, but I'm hitting a 401 "not authorized" error when authenticated users try to create rows using the new TablesDB.createRow() API. What I don't get is that the row is successfully created in the database, but the API response returns 401, causing the client SDK to throw an exception.
Tech Stack
- Self-hosted Appwrite 1.8.1
- Appwrite Web SDK v22.0.0
- Appwrite Node CLI v13.3.2
- Vue.js 3.5 (Options API) + Pinia
I've made a Upwork job post as I'm eager to pay for the help: https://www.upwork.com/jobs/~022021862142448029565
I hope to do a call with someone experienced who I can show the codebase and hopefully fix the error.
Recommended threads
- Does anyone have a docker compose file f...
The compose file example on appwrite docs is 1.8.1 and I would like to try 1.9.0
- Docker compose 1.9.0 support
Hi! Sorry if I've missed something, but I saw that version 1.9.0 was released for self hosting, yet the compose file linked in the official documentation (https...
- Running Appwrite in docker through nginx
Hi team, I'm trying to expose multiple local services (Appwrite, Ollama, PostHog) through a single Nginx reverse proxy port, tunneled via ngrok to a public dom...