Closed pcboy closed 9 months ago
Could you try with the default petstore openapi yaml? Or share your spec that causes the errors?
@rohit-gohri Indeed, it seems to be building fine with the OpenAPI petstore yaml.
After more investigation in my openapi.yml, I found one duplicate key in the paths. After removing it, it compiles fine.
Thanks for the help. :+1:
I have a strange compilation issue when redocusaurus is set up in my project.
A
docusaurus build
gives me:Versions:
package.json deps
redocusaurus config:
If I completely remove redocusaurus from the
presets
array of my config, then it compiles. Any idea?