Deployment fails - Failed to launch browser.
and getting this Error - error: Failed to launch browser. Please check the following:
- Try installing the required dependencies by running
npx playwright install --with-deps (https://playwright.dev/docs/browsers).The original error is available in the
cause property. Below is the error received when trying to launch a browser:tried adding this install command after build but no help.
Repo - https://github.com/kunal00000/DocuConvo/tree/main/packages/core
