Investigate get_forwarding_meetings
and motion.create_forwarded
#3067
Labels
bug
low
needs investigation
The cause for a bug is not clear enough, so it has to be investigated for some time
Milestone
See OpenSlides/openslides-backend#2003 and OpenSlides/openslides-backend#2009
According to tracebacks in the logs it seems these two processes were called with insufficient payloads.
The
get_forwarding_meetings
presenter was seemingly called with a payload that didn't contain ameeting_id
The
motion.create_forwarded
action was seemingly called without ameeting_id
and, another time, without anorigin_id
.The latter action also has other required fields, but they would not have caused the same error in the backend.
Please take a good look at these actions in particular and check if the client can actually be made to send these types of payloads and, if yes, fix that
The text was updated successfully, but these errors were encountered: