JarWarren
`yarn command:prod` fails even though `npx nx start` succeeds
The very last successful log is "AuthModule dependencies initialized".
Normally, the next log should be "HealthController {/healthz}:". So it's either failing on the AuthModule or the HealthController. My guess is that it's failing to ping "/healthz" but I'm not sure how to debug. Any help is greatly appreciated.
4 replies