Kinto / kinto-admin

Kinto Web Administration Console
http://kinto.github.io/kinto-admin/
184 stars 35 forks source link

Couldn't compute records list diff overview #3211

Open Standard8 opened 2 months ago

Standard8 commented 2 months ago

On some collections I'm trying to view the differences of recent changes, but I get "Couldn't compute records list diff overview".

STR

  1. Generate some some changes to a collection.
  2. Under "Work in progress" select the "details" link next to "Changes".
  3. Select "Diff View"

Expected Results

The difference review is displayed.

Actual Results

An error message appears with title "Couldn't compute records list diff overview" and text "Computing a snapshot is only possible when the full history for a collection is available. Here, the history plugin seems to have been enabled after the creation of the collection."

I've seen this on the developer server for search-config, but not search-config-v2. I've also seen this on staging & production with search-config-v2.

alexcottner commented 2 months ago

Currently this is an intentional error from the kinto.js client. See this linked snippet.

Maybe we could convert this from an error to a warning that history is incomplete.