Ward Peeters

Results 176 comments of Ward Peeters

Pretty sure this is fixed in 0.10.0, but failing for bun. We need to wait for https://github.com/mastra-ai/mastra/issues/4084

@samuelcastro does the workflow actually run without inngest? Is it possible to maybe create a small repro and share it with us, so we can clone the repo and run...

Use the correct package manager to install dependencies based on the existing project. Now when using mastra-cli globally, we use npm where in this cause we should have used pnpm....

Thank you for reporting. To add that option to the Qwen provider, you should open a ticket on https://github.com/Younis-Ahmed/qwen-ai-provider/tree/main.

We have support for this now or maybe always had

I've updated your PR a little, we should only look at port in dev, build should not. For build you should set the env PORT yourself before running it

we do but why can't you set the PORT or pass it to createNodeServer? I do not understand why it needs to be part of build as a hardcoded value

Ok I see, so your basically running 2 web servers and talking them using fetch calls In the same docker container or application. That's an odd use case, I guess...

@dougwithseismic I'm going to close this PR as we now have the server key in configuration that we can use to define a port on dev and build. This can...