Hi Support,
We are using Batch print for our receipt labels every day.
But this week it suddenly stopped working.
When we press batch print button it just takes us to a PDF that displays a log in window.
I believe the issue is related to redirects in your custom label doc. The batch label is being executed from the server side and if the session id isn’t passed then it will look like the url is coming from a new client that isn’t logged in.
You might want to check for a stashed variable called c.req.params.sessionid, if it’s defined and populated then don’t add the redirect js to the rendered document.