Closed sibelius closed 1 year ago
npm run clear
yarn clear
rm -rf node_modules yarn.lock package-lock.json
When trying to build my docusuarus website it breaks only on build
https://github.com/sibelius/zettelkasten/actions/runs/3578175316/jobs/6018027418
[ERROR] Docusaurus server-side rendering could not render static page with path /advice-for-developers.
related to https://github.com/streamich/react-embed/issues/892
https://github.com/sibelius/zettelkasten
yarn yarn build
it should build
it breaks
[ERROR] Docusaurus server-side rendering could not render static page with path
fixed here https://gist.github.com/sibelius/af24052edf88c3c824d0627d9248699a
yes that's the good workaround solution
You can also try this package otherwise: https://github.com/PaulieScanlon/mdx-embed
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
When trying to build my docusuarus website it breaks only on build
https://github.com/sibelius/zettelkasten/actions/runs/3578175316/jobs/6018027418
[ERROR] Docusaurus server-side rendering could not render static page with path /advice-for-developers.
related to https://github.com/streamich/react-embed/issues/892
Reproducible demo
https://github.com/sibelius/zettelkasten
Steps to reproduce
yarn yarn build
Expected behavior
it should build
Actual behavior
it breaks
[ERROR] Docusaurus server-side rendering could not render static page with path
Your environment
Self-service