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:
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.1 Reply
Hey @tommy ! Could you try updating your mastra packages to latest if not done already? We had an issue with the bundler and released a patch yesterday, could be related