Hello, I was getting the error: “The piece @activepieces/piece-ai (version 0.11.0) is not installed on this instance or has been hidden by an admin. Install it or switch this step to an installed version.”
So, I deleted my original AI step and replicated a new one, but the calls to the AI seem to not be working. This it the error i’m getting every time I try to test it:
HttpError: {"response":{"status":404,"body":{"statusCode":404,"error":"Not Found","message":"Route not found"}},"request":{}}
at iv.sendRequest (/root/common/node_modules/.bun/@activepieces+piece-ai@+usr+src+app+cache+v15+common+pieces+@activepieces+piece-ai-0.10.3+bundle.tgz/node_modules/@activepieces/piece-ai/src/index.js:146:14749)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async fetchProviderConfig (/root/common/node_modules/.bun/@activepieces+piece-ai@+usr+src+app+cache+v15+common+pieces+@activepieces+piece-ai-0.10.3+bundle.tgz/node_modules/@activepieces/piece-ai/src/index.js:234:20027)
at async createAIModel (/root/common/node_modules/.bun/@activepieces+piece-ai@+usr+src+app+cache+v15+common+pieces+@activepieces+piece-ai-0.10.3+bundle.tgz/node_modules/@activepieces/piece-ai/src/index.js:234:20442)
at async run (/root/common/node_modules/.bun/@activepieces+piece-ai@+usr+src+app+cache+v15+common+pieces+@activepieces+piece-ai-0.10.3+bundle.tgz/node_modules/@activepieces/piece-ai/src/index.js:237:3297)
at async /root/common/main.js:131:45410
at async zt (/root/common/main.js:1:2236)
at async Object.tryCatchAndThrowOnEngineError (/root/common/main.js:130:18618)
at async z4 (/root/common/main.js:131:43353)
at async eu (/root/common/main.js:131:38920) {
requestBody: undefined,
status: 404,
responseBody: { statusCode: 404, error: 'Not Found', message: 'Route not found' }
}
If you could please look into it. Thanks!