Rank 3: Container
When viewing a document in console 6.1.23 i have an issue where the page displays a 404.
Going back to 6.0.13 made it work again.
When looking at the requests when listing the collection i saw that between 6.0.13 and 6.1.23 a new query was added : {"method":"select","values":["*"]}
And i suspect this query to have removed all the $ attributes from the response. (which means $id was undefined)
Apparently it works with others people as discussed with Axistro in the #🏠│general .
Console issue (tho might not be the right repo) :
https://github.com/appwrite/console/issues/2158