MastraAI
The TypeScript Agent FrameworkFrom the team that brought you Gatsby: prototype and productionize AI features with a modern JavaScript stack.
JoinMastraAI
The TypeScript Agent FrameworkFrom the team that brought you Gatsby: prototype and productionize AI features with a modern JavaScript stack.
JoinNetwork streaming
How to get detailed error with http status code and header?
const result = agent.stream(...)
const result = agent.stream(...)
onError
callback and reading the stream and reading result.error
all of them give me a stripped error that doesn't include http status code or response. These detailed field should exist in the underlying aisdk error like AI_APICallError and it is even logged out by mastra, but it seems mastra doesn't return or throw the detailed error for consumer to use it only give consumer a stripped down version of the error? is there a way I can get the full error?...READINESS_PROBE_ATTEMPTS_EXCEEDED Unknown Error on Mastra Cloud
[ERROR]
[10/10/2025, 07:49:30 PM] - Build process failed for build d8582adc-83d6-468d-907a-c50255bb0bc9 and project 98f828f3-6977-4762-b990-1abf5ab9dab8: {"message":"Unknown error","details":{"message":"Unknown error","domain":"BUILDER","category":"SYSTEM","details":{}},"code":"READINESS_PROBE_ATTEMPTS_EXCEEDED"}
[ERROR]
[10/10/2025, 07:49:30 PM] - Build process failed for build d8582adc-83d6-468d-907a-c50255bb0bc9 and project 98f828f3-6977-4762-b990-1abf5ab9dab8: {"message":"Unknown error","details":{"message":"Unknown error","domain":"BUILDER","category":"SYSTEM","details":{}},"code":"READINESS_PROBE_ATTEMPTS_EXCEEDED"}
A subsequent call generates an error about reasoning being omitted from `function_call`
Fresh install chat response not working
Mastra Workflow Streaming Issue Vercel AI SDK v5 - Need Help!
// Workflow step - pipe agent to writer
const stream = await agent?.stream(messages, { format: 'aisdk' });
await stream.textStream.pipeTo(writer);
...Monorepo transpile packages does not appear to be working.
Mastra Playground broken with `@mastra/core` v0.20.1?
TypeError: agent.getInputProcessors is not a function
error when running the Mastra Playground with the latest @mastra/core
.
Setup:
- @mastra/core
: v0.20.1 (installed)
- mastra
CLI: v0.15.1 (via npx mastra@latest dev
)...Weird behaviour depending on the agent property named in mastra instance
Unable to get to projects in mastra cloud with latest release
mastra traces
mastra_traces
table was already 64 GB when I'm the only one doing anything 🫨
```
relname | size-----------------------------+------------ mastra_traces | 64 GB...
Agent screen stuck on loading on Mastra Cloud Playground

Client does not support MCP Roots, using allowed directories set from server args:
allow simple mapping functions to be passed in workflow branch handler
Input Processor rewrites original messages
playground renders reasoning blocks only after I reload page with thread
Input processor can't add non user role message
Dependecy update inconsistency
Playground throws use of streamVNext.
ERROR [2025-10-08 11:49:24.392 +0530] (Mastra): Error in streamVNext generate: streamVNext has been renamed to stream. Please use stream instead.
ERROR [2025-10-08 11:49:24.392 +0530] (Mastra): Error in streamVNext generate: streamVNext has been renamed to stream. Please use stream instead.
@mastra/ai-sdk chatRoute with middleware context