Threads
Function failing with no real explaination
import {Client, ID, Messaging} from 'node-appwrite'; export default async ({req, res, log, error}) => { if (req.method !== 'GET') return res.json({message: 'Method not allowed'}, 405); ...
- Functions
5 months ago
[SOLVED] Gitlab function automation
Im trying to automate my function deployment using gitlabs ci/cd pipeline. Im currently failing trying to use the appwrite cli to create a new deployment. appwrite functions create-deployment --func...
- Resolved
- Self Hosted
- Functions
5 months ago
Realtime Docs are outdated
The Realtime docs are outdated.
- Self Hosted
- Realtime
- Cloud
5 months ago
[SOLVED] Function not creating documents
So Im having this issue where no error is thrown at all but my function isn't able to create documents inside my database. import { Client, Databases, ID } from "node-appwrite"; export default async ...
- Resolved
- Self Hosted
- Functions
9 months ago