コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Facing issues when including puppeteer in AEM ui.frontend module

Avatar

Level 2

Hi Team,

 

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

 

Does anyone faced similar challenge?

 

Thanks

1 受け入れられたソリューション

Avatar

正解者
Community Advisor and Adobe Champion

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 返信

Avatar

Community Advisor and Adobe Champion

Hi @nagamtrisandhya ,

 

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

Avatar

Level 2

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')

 

nagamtrisandhya_0-1685001258729.png

 

Thanks

 

Avatar

正解者
Community Advisor and Adobe Champion

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