Skip to content

Commit f2e26ce

Browse files
committed
added ipv4 requirement
1 parent e93290b commit f2e26ce

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
@@ -151,6 +151,10 @@ Your code is deployed separately from the rest of your app(s) so you need to mak
151151

152152
Prisma uses code generation to create the client from your schema file. This means you need to add a bit of config so we can generate this file before your tasks run: [Read the guide](/config/extensions/prismaExtension).
153153

154+
### Database connection requires IPv4
155+
156+
Trigger.dev currently only supports IPv4 database connections. If your database provider only provides an IPv6 connection string, you'll need to use an IPv4 address instead. [Upvote IPv6 support](https://triggerdev.featurebase.app/p/support-ipv6-database-connections).
157+
154158
### `Parallel waits are not supported`
155159

156160
In the current version, you can't perform more that one "wait" in parallel.

0 commit comments

Comments
 (0)