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
~/.nvm/versions/node/v20.10.0/bin/npm run start
> orama-docusaurus@0.0.0 start
> docusaurus start
[INFO] Starting the development server...
TypeError: Cannot read properties of undefined (reading 'map')
at Object.contentLoaded (~/Documents/experiment/orama-docusaurus/node_modules/@orama/plugin-docusaurus-v3/lib/index.js:34:39)
at ~/Documents/experiment/orama-docusaurus/node_modules/@docusaurus/core/lib/server/plugins/index.js:99:22
at async Promise.all (index 4)
at async loadPlugins (~/Documents/experiment/orama-docusaurus/node_modules/@docusaurus/core/lib/server/plugins/index.js:63:5)
at async load (~/Documents/experiment/orama-docusaurus/node_modules/@docusaurus/core/lib/server/index.js:76:58)
at async Command.start (~/Documents/experiment/orama-docusaurus/node_modules/@docusaurus/core/lib/commands/start.js:44:19)
[INFO] Docusaurus version: 3.1.1
Node version: v20.10.0
Process finished with exit code 1
Describe the bug
Plugin crashes when Docusaurus in blog only mode.
To Reproduce
docusaurus.config.ts
to switch to blog only mode and enable the pluginAnd you will get this error:
Full repo here https://github.com/nikolaymatrosov/orama-docusaurus
Expected behavior
I expect I can search in my blog posts
Environment Info
Affected areas
Initialization, Search
Additional context
No response
The text was updated successfully, but these errors were encountered: