
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
- Slow Function response times
Gist with main functions: https://gist.github.com/IMONSP33D/6ad11e1c52f2c0c0ec96e433850514e6 The purpose of this function was to be fired on a user's email inp...
- Console not Opening
Since morning i trying to open appwrite console but it showing loading screen everytime i waited many minutes on loading screen but still it doesnt open
- Cookie Domain Issue
There's a cookie domain issue I keep running into with Appwrite Cloud and a custom domain during local Next.js dev. And it's EXTREMELY frustrating. My Setup: -...
