Skip to content

VSA FE errors not appearing

Summary

When I try to create a new value stream and in the "create value stream" modal window I click "create value stream" button, nothing happens. After checking response it seems the creation fails because ""payload":{"errors":{"name":["is too short (minimum is 3 characters)"]}}}`" -> it seems we don't show error messages in UI

link to slack thread

Steps to reproduce

What is the current bug behavior?

  • Errors returned from the backend are not appearing in the modal form to users on the frontend

What is the expected correct behavior?

  • Any returned errors should be displayed

Possible fixes