Netlify deployer error
Hello, I am trying MastraAI out for an internal mcp server project I am building. My team already has a netlify account so I am trying to deploy a standalone mastra app to netlify using the netlify deployer as outlined in the docs.
The deploy is successful on Netlify but I then I get the following error on the function call to the api endpoint. The error can also be viewed here ->
https://checkr-mastra-storyblok.netlify.app/
This is my mastra config
These are my project deps:
1 Reply
I also get a build error on MastraCloud
running
netlify dev
gives me the same error, would be great if I can get pointed in the right direction! I've tried adding the only other packaged I've installed to the bundler: { extrenals: [] }
in the main mastra config but get the same error. Would love to use Mastra but not being able to build a live app is kind of a bummer.