guaj / SemesterPlanner-Server

Backend repository for the Semester Planner App
2 stars 1 forks source link

[SP-93] [BUG] Chat Sockets Broken #93

Closed mnashat closed 1 year ago

mnashat commented 1 year ago

This bug relates to chat sockets being broken on the current version of main. Messages are retrieved correctly, but sending messages fails with an Axios 400 BAD REQUEST as shown below: image

UPDATE: this issue was fixed by modifying frontend parameters to match the expected backend request parameters. Check frontend issue #113 for more information.