Describe the bug
Running the generate-pdf command runs indefinitely.
To Reproduce
Steps to reproduce the behavior:
Execute npm run generate-pdf
devscard@0.3.0 generate-pdf
ts-node scripts/generate-pdf.ts
D:\Repositories\Portfolio\pages\node_modules\puppeteer-core\src\util\Deferred.ts:34
this.reject(new TimeoutError(opts.message));
^
TimeoutError: Navigation timeout of 30000 ms exceeded
at Timeout. (D:\Repositories\Portfolio\pages\node_modules\puppeteer-core\src\util\Deferred.ts:34:25)
at listOnTimeout (node:internal/timers:569:17)
at processTimers (node:internal/timers:512:7)
Expected behavior
The command finishes and cv generated.
Screenshots
If applicable, add screenshots to help explain your problem.
Version:
0.3.0
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug
Running the generate-pdf command runs indefinitely.
To Reproduce
Steps to reproduce the behavior:
Execute npm run generate-pdf
D:\Repositories\Portfolio\pages\node_modules\puppeteer-core\src\util\Deferred.ts:34
this.reject(new TimeoutError(opts.message));
^
TimeoutError: Navigation timeout of 30000 ms exceeded
at Timeout. (D:\Repositories\Portfolio\pages\node_modules\puppeteer-core\src\util\Deferred.ts:34:25)
at listOnTimeout (node:internal/timers:569:17)
at processTimers (node:internal/timers:512:7)
Expected behavior
The command finishes and cv generated.
Screenshots
If applicable, add screenshots to help explain your problem.
Version:
0.3.0
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.