https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37622 --- Comment #12 from Hammat wele <hammat.wele@inlibro.com> --- (In reply to Pedro Amorim from comment #4)
Still can't reproduce on current main branch. Are you able to provide more information? What version is this happening on? Are you encountering this issue on a dev k-t-d environment or on a live environment?
(In reply to Jonathan Druart from comment #9)
And I don't get the error on main.
Please test on a sandbox/main and confirm you get the error there.
I am now able to reproduce the issue on a dev k-t-d environment. To reproduce it we need first Plack to be stopped Steps to reproduce on a k-t-d environment 1. Enter the Koha container: docker exec -it kohadev-koha-1 bash 2. Stop Plack: koha-plack --stop kohadev koha-plack --disable kohadev 4. Restart Apache: service apache2 restart Then follow the test plan of this bug (Note: the interface will be slower without Plack.) -- You are receiving this mail because: You are watching all bug changes.