
I don't even know how to type this cause I'm more than frustrated at this point.
It should be a straightforward implementation but Appwrite, or more accurately its node-SDK just had to cause vague and untraceable error that theoretically should be an easy fix
I thought I had it working but it's just a stupid edge case. The behavior of **storage.createFile **is very inconsistent! It works one minute and breaks the next, literally! Please fix this. Please
The fact that I was able to save the file recivied via formdata as a local file says the parsing is fine. The uploading is broken
Recommended threads
- Auth Error
"use client"; import { useEffect } from "react"; import { getSessionCookie } from "@/actions/auth"; import { createBrowserSessionClient } from "@/lib/appwrite-...
- Prevent modifying specific attributes
How do I prevent user to only to be able to modify some of the attributes. Document level security gives full access to update whole document, what are the wor...
- Bypass Error When Creating Account With ...
Suppose user first uses email/pass for log in using xyz@gmail.com, few month later on decides to use google oauth2 with same xyz@gmail.com (or in reverse orde...
