Gauthier
Gauthier
@aferditamuriqi it seems this PR now has conflicts. Before i spent time fixing them, would you consider merging this ? Not sure if you had time to review that PR...
You can enable DEBUG logs to see what's happening. Alternatively, you can check what API call the browser is sending to the backend (in the network dev tools).
If you can't get SSE connectivity the webui will not get server updates, probably an incorrect reverse proxy configuration. > Any time that I hit "save changes" I see a...
> What would be a correct proxy configuration? I'm using nginx: i don't use NGinx. Please provide your DEBUG logs with successful series and unsuccessful series updates.
it seems the log file does not contain the DEBUG log statements when you edit a series metadata. You should see log statements of the form `Apply metadata for series`
`series.json` is a Mylar schema. What tool are you using to generate those ?
putting 0 is wrong, you should put a number that is at least the current number of the issue
it's wrong because if there's at least 1 book, then the total number of issues cannot be 0…
0 means 0 books. The Mylar [schema](https://github.com/mylar3/mylar3/wiki/series.json-schema-%28version-1.0.2%29) does not enforce a positive number on that.
`null` means the field is not set, same goes for all non-mandatory metadata. > Just a matter of allowing `total_issues` to be `null` from the beginning this is not allowed...