CATcher-org / CATcher

CATcher is a software application used for peer-testing of software projects.
https://catcher-org.github.io/CATcher/
MIT License
71 stars 66 forks source link

Cannot update issue description #1258

Open ckcherry23 opened 3 months ago

ckcherry23 commented 3 months ago

Describe the bug After creating a bug report, if I try to update the issue description, it just shows an error.

To Reproduce Steps to reproduce the behavior:

  1. Create a bug report.
  2. Click on the 'Edit' button on the top-right of the issue description box.
  3. Update the content and click 'Save' on the bottom-right.
  4. Issue description does not get updated. Instead, it returns an error message:
    Cannot read properties of undefined (reading 'data')

Expected behavior The issue description updates correctly.

Screenshots Error message shown in the bottom toast:

Screenshot 2024-03-13 at 10 17 26 PM

Desktop (please complete the following information):

Additional context Nil

ckcherry23 commented 3 months ago

Issue was because the Allow CORS Chrome extension was causing a CORS error.