I deployed my function with deno 2.0
when i hit execute i get the following error "TypeError: Cannot read properties of undefined (reading 'constructor') at execute (file:///usr/local/server/src/action.ts:170:38) at async action (file:///usr/local/server/src/action.ts:191:7) at async file:///usr/local/server/src/server.ts:19:5 at async dispatch (https://deno.land/x/oak@v17.0.0/middleware.ts:90:7) at async Application.#handleRequest (https://deno.land/x/oak@v17.0.0/application.ts:605:9)"
But when input my command i run deno locally with it works with "deno run --allow-net --allow-env --env-file index.ts" If i put this as build command for my deno environment i can see it also working during the building process but what is happening when i click execute? There must be something im missing.
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...