Hoppa till huvudinnehållet

Can't add services - SignalR cross domain is disabled

Kommentarer

8 kommentarer

  • Arjan Wilkens
    I can only confirm that I recently ran into the same issue as well. Unfortunately no fix, but perhaps this will also help to get some attention to this thread.

     

    My guess would be that there is an invalid header sent with the request to SignalR. In my case, there is a proxy in front of the rest endpoint, but it is impossible to trace. A pointer on how to trace the incoming request to signalR would already be very helpful.
    0
  • Permanently deleted user
    Thanks Arjan! I see that you are located in the Netherlands, as is my company's headquarter. I wonder if there could be a connection? In any case, if you or your colleagues are able to find a solution, please don't forget to post the answer here :)
    0
  • Nico Burgerhart
    I believe the difference between IE and other browsers is the use of long polling versus SSE (server-sent-events).
    0
  • Permanently deleted user
    Our IT has made some changes: They modified the reverse proxies to remove the Origin header for requests to our ArcGIS Portal. This is because when attempting to load a map service list the request failed if the Origin header was in place. 

     

    This had the consequence that it finally worked to add map services to Geocortex Essentials in Chrome but then I couldn't log into my REST endpoint of the ArcGIS Server anymore. Here we use the same authentication via ArcGIS Portal and it was unable to do so because of the Origin header. 

     

    They reversed the changes again and we are still on it...
    0
  • Arjan Wilkens
    Timing is everything. We believe that we tackled this issue just a moment ago. The client is using an Apache server as their proxy. They added the following statements to their conf.d file in a virtual directory statement, so it only applies to the Geocortex url. ProxyPreserveHost On RequestHeader unset Origin Header set Access-Control-Allow-Origin "*"
    0
  • Permanently deleted user
    Thanks Arjan! I don't understand much of what you said but I will forward it to our IT :)
    0
  • Sam Tucker

    We recently had to move our virtual machine with IIS / Geocortex Essentials installed behind an Azure Application Gateway. We now also receive the same error "SignalR cross domain is disabled" when using Edge, Chrome and Firefox, like the OP everything works as expected using IE.

    Has anyone else had the same issue with an Azure Application Gateway? Does anybody in the community have a resolution?

    0
  • Philippe Van De Vreken

    Same issue here. Malcolm Walker , any thoughts?

     

    0

Du måste logga in om du vill lämna en kommentar.