20 Mar
2026
20 Mar
'26
1:20 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41587 --- Comment #19 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 195693 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195693&action=edit Bug 41587: (follow-up) Remove unused imports causing webpack node: URI errors The insertData.ts spec imported query and getBasicAuthHeader directly, pulling mysql2/promise into the browser bundle. This caused webpack to fail with UnhandledSchemeError on node:buffer and node:diagnostics_channel URIs introduced by updated dependencies. Both imports were unused — all calls go through cy.task(). -- You are receiving this mail because: You are watching all bug changes.