study/error
[react-snap]TimeoutError: Navigation Timeout Exceeded: 30000ms exceeded
octo54
2022. 7. 7. 21:57
반응형
react 빌드시 react-snap을 사용할때 발생한 에러
TimeoutError: Navigation Timeout Exceeded: 30000ms exceeded
처리방법
참고 https://github.com/stereobooster/react-snap/issues/541
TimeoutError: Navigation Timeout Exceeded: 30000ms exceeded · Issue #541 · stereobooster/react-snap
client@0.1.0 postbuild D:\OfficiaL\blog\client react-snap ?? error at / TimeoutError: Navigation Timeout Exceeded: 30000ms exceeded at D:\OfficiaL\blog\client\node_modules\puppeteer\lib\LifecycleWa...
github.com
node_modules -> puppeteer -> LifecycleWatcher.js -> _createTimeoutPromise functions line 137
메소드 이름 바로 아래
return new Promise(() => {});
추가