You can’t deploy a Workflow as part of a Pages app (which is likely what the default Remix build is

You can’t deploy a Workflow as part of a Pages app (which is likely what the default Remix build is trying to do).

Deploy the Workflow separately (as a Worker) and bind to it from your Pages app / call it over HTTP.
Was this page helpful?