MastraM
Mastra3mo ago
tommy

Agents/Workflows not appearing in Mastra Cloud

Despite appearing and building locally, my agents and workflows are not appearing in the playground on Mastra Cloud. When making this request curl --location 'https://<deployment>.mastra.cloud/api/agents' get the response:
{
    "error": "Internal Server Error"
}

However when building and running locally:
node --env-file=.env --import=./.mastra/output/instrumentation.mjs .mastra/output/index.mjs

Requests to curl --location 'https://localhost:4111/api/agents’ returns the proper list of agents

I haven't been able to reproduce, but happy to send a slug.
Was this page helpful?