ARTIST-Association / ARTIST-Association/CANVAS
Potential bug in JSON handling in saveAndLoadHanlder.makeApiCall
Open
bug
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
I get the following console message (but no error) when deleting an object
```
JSON.parse: unexpected end of data at line 1 column 1 of the JSON data
```
in `saveAndLoadHandler.mjs:311:33` on commit 599e658.
We should check if that is causing any issues and if not potentially filter the message.
Contributor guide
Assessment
This issue has not been assessed yet.