Skip to content

Commit 5ef9957

Browse files
committed
docs: add troubleshooting for Bun source-map indexing error
1 parent b308308 commit 5ef9957

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/troubleshooting.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ export default defineConfig({
9797

9898
If you see this error, add pino (and any other associated packages) to your `external` build settings in your `trigger.config.ts` file. Learn more about the `external` setting in the [config docs](/config/config-file#external).
9999

100+
### `Failed to index deployment` with `Column must be greater than or equal to 0, got -1`
101+
102+
This can occur when using `runtime: "bun"` during the indexing phase (we load and execute your task files to discover exports). A short-term workaround is to [pnpm patch](https://pnpm.io/cli/patch) the `source-map` package. See [this GitHub issue](https://github.com/triggerdotdev/trigger.dev/issues/3045) for the patch details.
103+
100104
### `reactDOMServer.renderToPipeableStream is not a function` when using react-email
101105

102106
If you see this error when using `@react-email/render`:

0 commit comments

Comments
 (0)