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
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Hi Appwrite Support Team,My project has ...
Details: Project ID: 69a69f6f00113ed0e8e4 Region: SFO (sfo.cloud.appwrite.io) Error Response: Affected: ALL endpoints — Functions, Databases, Storage, Health, ...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...