Frameworks
Remix
How to get setup and deploy Jobs for your Remix project
These are the docs for Trigger.dev v2 which will be deprecated on January 31st, 2025. You probably want the v3 docs.
Initial setup
View our Quick start guide to get setup.
Writing Jobs
View our guide for writing Jobs.
Deployment
View our deployment guide to learn how to deploy your Jobs.
Troubleshooting
'TriggerProvider' not found
When running the Remix app, you may see an error like this:
To fix this, edit your remix.config.js
file and add the @trigger.dev/react
package to your list of serverDependenciesToBundle
:
[ERROR] Node builtin "buffer"
When running the Remix app, you may see an error like this:
To fix this, edit your remix.config.js
file and add the browserNodeBuiltinsPolyfill
config: