I'm trying to create PR from branch feature/#ID to branch main.
Getting Network error SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data after I click "Create pull request".
This is new to me, as I worked with this kind of PR process in the past, on several repos.
The Web Dev console writes the HTTP error:
POST
https://codeberg.org/nemo-storage-collector/storage-collector-api/compare/main...feature/%252314
Status
404
and console error:
error when doRequest SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data common-global.js:108:14
### Comment
I'm trying to create PR from branch `feature/#ID` to branch `main`.
Getting `Network error SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data` after I click "Create pull request".
This is new to me, as I worked with this kind of PR process in the past, on several repos.
The Web Dev console writes the HTTP error:
```
POST
https://codeberg.org/nemo-storage-collector/storage-collector-api/compare/main...feature/%252314
Status
404
```
and console error:
```
error when doRequest SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data common-global.js:108:14
```