Facing issues when including puppeteer in AEM ui.frontend module | Community
Skip to main content
Level 2
May 25, 2023
Solved

Facing issues when including puppeteer in AEM ui.frontend module

  • May 25, 2023
  • 3 replies
  • 1217 views

Hi Team,

 

We are trying to integrate Puppeteer in ui.frontend module. Issues in resolving the puppeteer launch.

 

Does anyone faced similar challenge?

 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MayurSatav

checkout these threads
https://stackoverflow.com/questions/69494700/puppeteer-launcher-error-results-with-undefined
https://stackoverflow.com/questions/72073215/puppeteer-launch-not-loading

 

It's also worth checking for any additional error messages or stack traces that may provide more specific information about the issue. Reviewing the Puppeteer documentation and troubleshooting guides can also provide insights into potential solutions for common problems.

https://pptr.dev/#?product=Puppeteer&version=v13.7.0&show=api-puppeteerlaunchoptions

 

3 replies

MayurSatav
Adobe Champion and Community Advisor
Adobe Champion and Community Advisor
May 25, 2023

Hi @trisandhyanagam ,

 

Could you please describe the issue and if possible share logs as well

Mayur Satav | www.mayursatav.in
Level 2
May 25, 2023

Hi @mayursatav ,

 

When we hit "npm run start" we see below error-

 

pupt.js:7 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'launch')

 

 

Thanks

 

MayurSatav
Adobe Champion and Community Advisor
MayurSatavAdobe Champion and Community AdvisorAccepted solution
Adobe Champion and Community Advisor
May 25, 2023

checkout these threads
https://stackoverflow.com/questions/69494700/puppeteer-launcher-error-results-with-undefined
https://stackoverflow.com/questions/72073215/puppeteer-launch-not-loading

 

It's also worth checking for any additional error messages or stack traces that may provide more specific information about the issue. Reviewing the Puppeteer documentation and troubleshooting guides can also provide insights into potential solutions for common problems.

https://pptr.dev/#?product=Puppeteer&version=v13.7.0&show=api-puppeteerlaunchoptions

 

Mayur Satav | www.mayursatav.in