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
- Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid...
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...