https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32898 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.amorim@ptfs-europe.co | |m --- Comment #2 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- There is still Titles_spec.ts that is failing. It's caused by: await fetch(apiUrl + "?" + new URLSearchParams(params)) //.then(checkError) .then( (response) => (count_local_titles = response.headers.get("X-Total-Count")) ); The error is not displayed if a 500 is encountered. However I didn't manage to fix it correctly. -- You are receiving this mail because: You are watching all bug changes.