lHello,I am trying to print a receipt from a Mendix application using the Mendix Workstation Client and would appreciate guidance.EnvironmentMendix Studio Pro 10.24.14 BetaTesting from local runtime:http://localhost:8081Printer: Epson receipt printer (Ethernet)Printer configured in Workstation ManagementPrinter successfully prints from Test Your StationWhat is WorkingWorkstation Client is installed and runningComputer is registered to the stationEpson printer device is added in Workstation ManagementPrinter communication works through Workstation Management test pageApp URL and public key were configured in Workstation ManagementApp enabled for the stationWorkstation Client refreshed after configuration changesMendix SetupUsing the Workstation Connector module.Nanoflow created to print receipt:Create String variable (receipt text)→ Get/create device→ Connect device→ Send device messageAlso tested with Initialize / InitializeStation actions.IssueWhen clicking the Print button from the Mendix app, the receipt does not print and I receive this error:An error occurred while executing an action of Main.Page_SalesOrder_Detail.actionButton6: Timeout after 30 secondsNanoflow stack:"Call JavaScript Action" in nanoflow "Main.ACT_WorkStationReceipt"@http://localhost:8081/dist/ActionProperty-b4tXWPcH.js:52:166executeAction$1@http://localhost:8081/dist/index-kAAyC_Ao.js:2672:20handleError$1@http://localhost:8081/dist/BYtvtliW-BY1mUitq.js:76:32Additional ObservationInside the module/debugging, I can see it attempts to use:ws://localhost:8094which I understand is the Workstation local WebSocket port.Main QuestionSince the printer works from Workstation Test Your Station, what could cause the Mendix app to time out while calling the JavaScript action?Could this be related to:Localhost app URL/public key mismatchBrowser WebSocket connection to localhost:8094Incorrect nanoflow usage of Get/create device / Connect deviceWorkstation Client version compatibilityLocal firewall/security software blocking localhost communicationAny recommended troubleshooting steps would be greatly appreciated.Thank you.