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
I am using [email protected]; but I can only successfully build the site when using [email protected] and below. If I use higher version of redocusaurus, I get this error. Any help on troubleshooting if possible please?
Executing task: yarn run build <
yarn run v1.22.17
$ docusaurus build
[INFO] [en] Creating an optimized production build...
✔ Client
✖ Server
Compiled with some errors in 22.96s
[ERROR] Docusaurus server-side rendering could not render static page with path /api/marketplace/v2.
[ERROR] Docusaurus server-side rendering could not render static page with path /api/platform.
TypeError: this.searchWorker.terminate is not a function
TypeError: this.searchWorker.terminate is not a function
[ERROR] Unable to build website for locale en.
[ERROR] Error: Failed to compile with errors.
at /Users/haobinliang/capitalise-developer-portal/node_modules/@docusaurus/core/lib/webpack/utils.js:180:24
at /Users/haobinliang/capitalise-developer-portal/node_modules/webpack/lib/MultiCompiler.js:554:14
at processQueueWorker (/Users/haobinliang/capitalise-developer-portal/node_modules/webpack/lib/MultiCompiler.js:491:6)
at processTicksAndRejections (node:internal/process/task_queues:78:11)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The terminal process "/bin/zsh '-c', 'yarn run build'" terminated with exit code: 1.
Hey, I can't work on this without a minimal reproduction. Since the latest version does work with the petstore yaml. I can't do much from the error log because there is no stack trace for TypeError: this.searchWorker.terminate is not a function (due to this open issue: facebook/docusaurus#7456 )
Hi Rohit,
I am using
[email protected]
; but I can only successfully build the site when using[email protected]
and below. If I use higher version of redocusaurus, I get this error. Any help on troubleshooting if possible please?docusaurus.config.js
package.json
The text was updated successfully, but these errors were encountered: