I had a go at testing, but didn't have any luck with step 8.
1. Are these commands issued from within the KTD shell, or your local machine? I tried both (with a restart after each command). They should be run from the same machine that is running your browser (so
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38630 --- Comment #3 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to David Nind from comment #2) probably your local machine)
2. I get null as the result:
curl -sSL "127.0.0.1:8081/api/v1/items/578" \ -H 'x-koha-embed: +strings' \ -H "Cookie: KohaOpacLanguage=en; CGISESSID=f44da5bb4f1805fced9004f8dab49160" \ | jq -r '._strings.item_type_id.str' null Can you try to remove the '| jq ...' part to see the full JSON response ?
3. The session id keeps on changing. If I go to access the staff interface again, I get session time out, please log in again, and the session id is different (as expected ?). Maybe you have SessionRestrictionByIP enabled and running the command from within KTD logged you out
-- You are receiving this mail because: You are watching all bug changes.