That could very well be. I can’t reproduce that though, as the highest version in any of my notebooks is ~2700. Reminds me of this topic:
By the way, if you want to get rid of your history (without creating a fork), and if you’re not relying on your notebook’s internal slug (e.g. by importing it), you could move your code to a new notebook by following these steps.
@dunstan The error handling on the home page could use some improvement. I can reproduce the error described in the opening post by blocking https://api.observablehq.com/user/continue-editing
in DevTools. As a result the “Oops, an unexpected error occurred.” error appears.
Since each component on the homepage appears to load independently, there should be a nicer way to handle connection problems.