devsoc-unsw/circles

Degree start and length cannot be updated right now due to a 422 error

ollibowers opened this issue · 1 comments

  • in the term planner settings menu
  • 422 is usually a Pydantic issue, potentially the wrong shape is being given in request
    • So potentially is that the frontend request does not align with the backend request
lhvy commented

Fixed by #1155