-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Description
The project detail page currently will throw an exception if you rename your default version for the project to something else:
- Build a project and latest version
- Edit the latest version and change the slug to
not-latest - Save and try to reload the project detail page (version listing)
- You'll get the exception here: https://read-the-docs.sentry.io/issues/4594588952/events/650712e325794c9cbeaf7759a055e8f5/
That is because there is no longer a latest version matching the query. It should fail gracefully here instead.