Suddenly, one of my services (a NextJS project) has started failing whenever it is redeployed (due to random updates in my project)
What confuses me is that I am getting error 'ERR_PNPM_NO_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is absent' even though the project has the pnpm.lock.
I have tried rebuilding the file - deleting it and 'pnpm i'.