Sybit-Education / Diveni

Diveni - The free Planning Poker App to be used in remote Teams connecting optionally JIRA or Azure DevOps for user stories
https://diveni.io
GNU Affero General Public License v3.0
33 stars 23 forks source link

MessageConversionException: Cannot convert from [[B] to [java.lang.Integer] in Spring Messaging #788

Closed Dan1elBox closed 3 months ago

Dan1elBox commented 3 months ago

Steps to reproduce the behavior:

  1. "Start Planning" without User Stories
  2. See the error in our backend logs

The error occurs because when we start our planning session without an active user story, we send a null value to the backend, which triggers this error.