Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite loop in file field #1307

Closed
winged opened this issue Mar 15, 2021 · 2 comments
Closed

Infinite loop in file field #1307

winged opened this issue Mar 15, 2021 · 2 comments
Labels
bug Something isn't working form rendering

Comments

@winged
Copy link

winged commented Mar 15, 2021

During manual testing for projectcaluma/caluma#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.

@anehx anehx added bug Something isn't working form rendering labels Mar 16, 2021
@derrabauke
Copy link
Contributor

Check if it still occurs after #2040 got merged

@derrabauke
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working form rendering
Projects
None yet
Development

No branches or pull requests

3 participants