Documentation may not be up to date

While drafting my API under Definition, I save and then go to the Documentation tab.

Even if I press the refresh button, physically refresh the page, restart my browser, it always shows:

Documentation may not be up to date

Seems we have a mismatch between the API definition version and documentation. Try reloading.

and the documentation doesn’t reflect any changes I made today.

I even created an entirely new API and copied the JSON definition to it, but it still gives the same message. The documentation corresponds to the default template definition.

Is there something wrong with my JSON definition (even though the Definition tab shows no errors) or is there something wrong with the site today?

1 Like

I’m having the same exact issue- the schema documentation viewer is so janky

I ended switching to redoc-cli to generate static, standalone API documentation, which I’ve checked in with my GitHub repo.