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:
Requests to
I haven't been able to reproduce, but happy to send a slug.
However when building and running locally:
node --env-file=.env --import=./.mastra/output/instrumentation.mjs .mastra/output/index.mjsRequests to
curl --location 'https://localhost:4111/api/agents’ returns the proper list of agentsI haven't been able to reproduce, but happy to send a slug.