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
Using the bigint type of Zod seems to be breaking the /docs and redocs pages. A simple example based on the user guide, modified to use Zod's bigint instead of the normal Int:
Using the
bigint
type of Zod seems to be breaking the/docs
andredocs
pages. A simple example based on the user guide, modified to use Zod'sbigint
instead of the normalInt
:The
docs
page then throws: "Failed to load API definition. Fetch error response status is 500 /openapi.json"The
redocs
page is stuck in "Loading..."When using the standard
Int
type instead, the doc pages load normally.The text was updated successfully, but these errors were encountered: