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

Saving a node in the Graph Designer fails for large graphs with TooManyFieldsSent error #11615

Closed
jacobtylerwalls opened this issue Nov 12, 2024 · 0 comments · Fixed by #11616
Assignees
Labels

Comments

@jacobtylerwalls
Copy link
Member

dev/8.0.x, likely affects earlier

Start with a large graph. I used the Person model in archesproject/arches-lingo.

  1. Graph Designer
  2. Edit a node (e.g. make "Type" node of the above graph required)
  3. Save Edits
  File "/Users/jwalls/release/lib/python3.12/site-packages/django/core/handlers/wsgi.py", line 93, in _get_post
    self._load_post_and_files()
  File "/Users/jwalls/release/lib/python3.12/site-packages/django/http/request.py", line 394, in _load_post_and_files
    QueryDict(self.body, encoding="utf-8")
  File "/Users/jwalls/release/lib/python3.12/site-packages/django/http/request.py", line 532, in __init__
    raise TooManyFieldsSent(
django.core.exceptions.TooManyFieldsSent: The number of GET/POST parameters exceeded settings.DATA_UPLOAD_MAX_NUMBER_FIELDS.
Bad Request: /graph_settings/5d0cdb1a-a0aa-11ef-aabf-1ea1ac52128f
[12/Nov/2024 07:45:16] "POST /graph_settings/5d0cdb1a-a0aa-11ef-aabf-1ea1ac52128f HTTP/1.1" 400 177528
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant