Frameworks
Remix
How to get setup and deploy Jobs for your Remix project
Trigger.dev lets you create long-running jobs in serverless environments. Support for long-running servers is coming soon.
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:
Was this page helpful?