
so this has happened a couple of times before as well. When trying to execute a function this error pops up which is from the first import of node-appwrite. Now if i create an identical copy of this function in appwrite and use the exact same code to run this copy, the same code runs in a copy but shows this error in one. node-appwrite is installed, and exists in package.json
import { Client, Databases, Functions } from "node-appwrite";```
project-id :67a62faa00318f7ebeec
function ids: create-character-job (original, doesnt work)
create-character-job-copy (works)

make sure your build command includes npm i
Recommended threads
- Password Recovery link takes upwards of ...
Hello. I am having this issue above. Is there a way to make this faster? I created this project a while back when appwrite only supported Frankfurt servers. Wil...
- Best approach for handling users (creati...
I found out appwrite is wayy different to supabase, so i just wanted to check my approach is correct. Normally when creating user, I'd have something like a t...
- GitHub connection failed
I am running a self-hosted Appwrite with Coolify. Everything is running smoothly so far and I wanted to starte develop functions. Trying to connect github with ...
