Open ej-shafran opened 10 months ago
I got the same problem trying the @nestjs/bull package. I repeated the request after a few minutes and the documentation was loaded normally. So I tried to reproduce with @nestjs/throttler and got Bad Gateway. After another attempt, everything worked well.
the same issue with @syncfusion packaes
Thought this might be an issue for namespaced packages, but some similar crash just happened to me for both eslint-plugin-nitpick
and @ej-shafran/eslint-plugin-nitpick
Searching for astro
also creates errors. For example:
Searching for astro
-> Choose Type Aliases
-> APIRoute
returns:
":500,"code":"ENOENT","error":"Internal Server Error","message":"ENOENT: no such file or directory, open '/var/www/tsdocs/tsdocs/docs/1.0/astro/4.0.6/types/APIRoute.html'"}
Trying to access
@hilma/forms
results in the site crashing.The first few times I tried to access it, it resulted in an
UNEXPECTED_DOCS_POLL_FAILURE
:Refreshing the page led to this:
I tried again a few minutes later and got a different failure, with this stack trace:
Accessing other libraries works fine (I looked at the docs for
react
andeslint-plugin-nitpick
which is my own package and didn't encounter any error).I don't know if this issue is the proper way to report this, but help would be appreciated...