Describe the bug
When creating an event on webclient, and do not choose frontend. The modal proceeds and the daemon returns invalid startTime format 0001-01-01 00:00:00 +0000 UTC and success message :)
To Reproduce
Steps to reproduce the behavior:
Go to webclient
Try to create event without selecting frontend
Check browser console
Expected behavior
Create event modal should not proceed without all required fields are selected.
Daemon should return correct error message, instead of invalid startTime format 0001-01-01 00:00:00 +0000 UTC
there should be no frontend specified, please specify your frontend. (For this specific bug).
Error messages should be send correctly by the daemon, otherwise, debugging will be in pain.
Describe the bug When creating an event on webclient, and do not choose frontend. The modal proceeds and the daemon returns
invalid startTime format 0001-01-01 00:00:00 +0000 UTC
and success message :)To Reproduce Steps to reproduce the behavior:
Expected behavior Create event modal should not proceed without all required fields are selected. Daemon should return correct error message, instead of
invalid startTime format 0001-01-01 00:00:00 +0000 UTC
there should beno frontend specified, please specify your frontend
. (For this specific bug). Error messages should be send correctly by the daemon, otherwise, debugging will be in pain.Screenshots
Additional Information
I already fixed the issue regarding to showing success message on webclient with this PR (https://github.com/aau-network-security/haaukins-webclient/pull/232). However correct message should still be sent by daemon.