So i used the template to get everything setup, but now when i try to execute the function i keep getting:
PineconeBadRequestError: metadata field: $collectionId is illegal since it starts with '$' at mapHttpStatusError (/usr/local/server/src/function/node_modules/@pinecone-database/pinecone/dist/errors/http.js:224:20) at /usr/local/server/src/function/node_modules/@pinecone-database/pinecone/dist/errors/handling.js:65:69 at step (/usr/local/server/src/function/node_modules/@pinecone-database/pinecone/dist/errors/handling.js:33:23) at Object.next (/usr/local/server/src/function/node_modules/@pinecone-database/pinecone/dist/errors/handling.js:14:53) at fulfilled (/usr/local/server/src/function/node_modules/@pinecone-database/pinecone/dist/errors/handling.js:5:58) at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
I tried to get the request and response body to show but can't seem to figure it out. ive tried log(), i've tried context.log() ive read the documentation nothing seems to work
Recommended threads
- 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...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...
- 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...