We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: The "from" argument must be of type string. Received undefined
This is a new error with Docusaurus 3.6.x You can reproduce fairly easily.
npx create-docusaurus-openapi my-website cd my-website npm start
will throw it.
I think that fundamentally this is happening because siteDir is not set in
siteDir
docusaurus-openapi/packages/docusaurus-plugin-openapi/src/index.ts
Lines 273 to 290 in aafdc8a
Maybe the fix is as simple as setting siteDir to a value like . in there? I haven't dug any further than that.
.
The text was updated successfully, but these errors were encountered:
Could be related to https://docusaurus.io/blog/releases/3.6#plugins
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This is a new error with Docusaurus 3.6.x
You can reproduce fairly easily.
will throw it.
I think that fundamentally this is happening because
siteDir
is not set indocusaurus-openapi/packages/docusaurus-plugin-openapi/src/index.ts
Lines 273 to 290 in aafdc8a
Maybe the fix is as simple as setting
siteDir
to a value like.
in there? I haven't dug any further than that.The text was updated successfully, but these errors were encountered: