Actions
Bug #22527
closedPostgreSQL error doobie.util.invariant$UnexpectedEnd$
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
Sometimes, when we are creating a new campaign, the event is correctly created but then it is skipped with a PostgreSQL related error:
This event will be skipped. Reason: An error occurred when processing event: SystemError: error when getting campaign event with id d1c5a2b1-6bea-4140-b601-3c25ce10fa98; cause was: doobie.util.invariant$UnexpectedEnd$: ResultSet exhausted; more rows expected. ->
Trying to delete the campaign result in error 500.
It used to be linked with the creation of a campaign with the same name than one deleted, or with the creation of a campaign without a name.
Actions