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
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...