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
- Appwrite 1.8.1 - Traefik Returns 404 Due...
Problem: Fresh Appwrite 1.8.1 installation returns 404 on all requests. Traefik can't communicate with Docker daemon. Error: Error response from daemon: client ...
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- Relations within the same table
Hello, I'm currently building a sort of dictionary (a literal one) and thus I need words (which is one single table of words in my database) to be able to have ...