bugfix: credentials include issue for dashboard #381
ts-sdk-tests.yml
on: pull_request
build-test
35s
tests
35s
Annotations
2 errors
Unhandled error:
clients/ts-sdk/src/fetch-client.ts#L180
Error: HTTP error! status: {"message":"Not Found: Chunk with tracking_id not found in the specified dataset"}
Payload undefined
route: delete https://api.trieve.ai/api/chunk/tracking_id/1234
❯ TrieveFetchClient.fetch src/fetch-client.ts:180:13
❯ processTicksAndRejections node:internal/process/task_queues:95:5
This error originated in "src/functions/organization/organization.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "create an expired api key and verify it does not work". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
tests
Process completed with exit code 1.
|