We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dev/8.0.x, likely affects earlier
Start with a large graph. I used the Person model in archesproject/arches-lingo.
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
The text was updated successfully, but these errors were encountered:
Prevent TooManyFieldsSent error in graph designer #11615
fb2a48f
Prevent TooManyFieldsSent error in graph designer #11615 (#11616)
7d593d8
jacobtylerwalls
Successfully merging a pull request may close this issue.
dev/8.0.x, likely affects earlier
Start with a large graph. I used the Person model in archesproject/arches-lingo.
The text was updated successfully, but these errors were encountered: