You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hitting a task payload/output limit, Trigger tries to offload to the configured object storage. However, it expects a bucket called packets to exist, even though there is no documentation of it anywhere other than /apps/webapp/app/v3/r2.server.ts#L44.
Message: store.uploadOutput
TASK_OUTPUT_ERROR:404<?xml version="1.0" encoding="UTF-8"?><Error><Code>NoSuchBucket</Code><Message>The specified bucket does not exist.</Message></Error>
Provide environment information
Describe the bug
When hitting a task payload/output limit, Trigger tries to offload to the configured object storage. However, it expects a bucket called
packets
to exist, even though there is no documentation of it anywhere other than/apps/webapp/app/v3/r2.server.ts#L44
.Reproduction repo
https://trigger.dev/docs/triggering#large-payloads
To reproduce
packets
bucket created yet.You should see a
NoSuchBucket
error.Additional information
Once the
packets
bucket is created, everything works fine.The text was updated successfully, but these errors were encountered: