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

500 After Post to Facet Counts Endpoint #142

Closed
ephes opened this issue May 16, 2024 · 0 comments
Closed

500 After Post to Facet Counts Endpoint #142

ephes opened this issue May 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ephes
Copy link
Owner

ephes commented May 16, 2024

Posting to the facet counts endpoint leads to an internal server error:

                self.validate_constraints(exclude=exclude)
            except ValidationError as e:
                errors = e.update_error_dict(errors)
        if errors:
            raise ValidationError(errors)
    def clean_fields(self, exclude=None):
        """
        Clean all fields and raise a ValidationError containing a dict
        of all validation errors if any occur.
@ephes ephes added the bug Something isn't working label May 16, 2024
@ephes ephes self-assigned this May 16, 2024
ephes added a commit that referenced this issue May 16, 2024
@ephes ephes closed this as completed May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant