You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Condition.DoesNotExist: Condition matching query does not exist.
(13 additional frame(s) were not displayed)
...
File "common/segments/serializers.py", line 210, in _update_or_create_segment_rules
self._update_or_create_segment_rules(
File "common/segments/serializers.py", line 206, in _update_or_create_segment_rules
self._update_or_create_conditions(
File "common/segments/serializers.py", line 273, in _update_or_create_conditions
condition = Condition.objects.get(id=condition_id)
File "softdelete/models.py", line 129, in get
return self._get_self_queryset().get(*args, **kwargs)
File "django/db/models/query.py", line 637, in get
raise self.model.DoesNotExist(
The text was updated successfully, but these errors were encountered:
Sentry Issue: FLAGSMITH-API-51K
The text was updated successfully, but these errors were encountered: