Matias
Matias
Has there been any workarounds for this? I am running into this exact issue and sadly was not able to fix it yet EDIT: I was able to workaround this,...
@shmelkin can you share how you made the request to get that response? I'm interested in doing the same through NodeJS
> @matiasa18 in short > > ```js > import signalR from "@microsoft/signalr"; > > const connection = new signalR.HubConnectionBuilder() > .withUrl("https://lostmerchants.com/MerchantHub") > .build(); > > await connection.start(); > await connection.invoke("SubscribeToServer",...