I can't deploy my remixjs app due to health check issue

Hi,

The first mention of an error seems to be when it can’t find @prisma/client. So that would be where I’d start my debugging. Is it actually installed :thinking:? The line above sets NODE_ENV as production, meaning dev dependencies won’t be installed. If @prisma/client is a dev dependency, that would be the problem.

Other people have found that too with Remix: