ember-caluma icon indicating copy to clipboard operation
ember-caluma copied to clipboard

Infinite loop in file field

Open winged opened this issue 3 years ago • 1 comments

During manual testing for https://github.com/projectcaluma/caluma/pull/1425, I discovered an issue where ember-caluma would end up in an infinite loop with the following GraphQL query:

query getFileAnswerInfo($id: ID!) {
  node(id: $id) {
    id
    ... on FileAnswer {
      [...]
    }
  }
}

It seems that you can trigger it when uploading a new file, then clicking the download link just after the filename below the file input has changed, but before the getFileAnswerInfo request has completed.

winged avatar Mar 15 '21 18:03 winged

Check if it still occurs after https://github.com/projectcaluma/ember-caluma/pull/2040 got merged

derrabauke avatar Jul 07 '22 08:07 derrabauke

Can't reproduce anymore. It's fixed by #2040.

derrabauke avatar Apr 27 '23 08:04 derrabauke