When I try to cache the .mastra directory output by mastra build in turborepo in output, I get the following error.
>> ...Finishing writing to cache... (2.13MB remaining, 10.81MB/s) WARNING failed to contact remote cache: Error making HTTP request: HTTP status client error (400 Bad Request) for url (https://vercel.com/api/v8/artifacts/xxx?teamId=xxx)
>> ...Finishing writing to cache... (2.13MB remaining, 10.81MB/s) WARNING failed to contact remote cache: Error making HTTP request: HTTP status client error (400 Bad Request) for url (https://vercel.com/api/v8/artifacts/xxx?teamId=xxx)
This may be a turborepo issue, but if anyone has encountered the same problem or has an idea of the cause, please help. My turbo.json is set up as follows.