You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Magento 2.4.3-p2 with all required extensions installed as required by puppeteer but it is showing an error.
ERROR Failed to launch the browser process! 15:17:39
[3317520:3317520:0619/151739.394395:ERROR:browser_main_loop.cc(1512)] Unable to open X display.
TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/master/docs/troubleshooting.md
[3317520:3317520:0619/151739.394395:ERROR:browser_main_loop.cc(1512)] Unable to open X display.
TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/master/docs/troubleshooting.md
at onClose (/usr/lib/node_modules/magepack/node_modules/puppeteer/lib/Launcher.js:750:14)
at ChildProcess.<anonymous> (/usr/lib/node_modules/magepack/node_modules/puppeteer/lib/Launcher.js:740:61)
at ChildProcess.emit (node:events:538:35)
at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12)
I have checked which dependencies are missing through ldd /usr/lib/node_modules/magepack/node_modules/puppeteer/.local-chromium/linux-722234/chrome-linux/chrome | grep not
and there is no outup means all are installed.
What may be the reason?
I am using Ubuntu and there are no errors in the browser console also.
The text was updated successfully, but these errors were encountered:
On Magento 2.4.3-p2 with all required extensions installed as required by puppeteer but it is showing an error.
I have checked which dependencies are missing through
ldd /usr/lib/node_modules/magepack/node_modules/puppeteer/.local-chromium/linux-722234/chrome-linux/chrome | grep not
and there is no outup means all are installed.
What may be the reason?
I am using Ubuntu and there are no errors in the browser console also.
The text was updated successfully, but these errors were encountered: