Hi all,
I have ESRI GeoEvent running in a closed environment and I have successfully configured and published a GeoEvent service that is pushing data to a Stream Service. I can browse to my stream service but I can't subscribe to the web socket url. When I inspect the network requests I can see requests to https://js.arcgis.com/4.14 which would fail for me as I am running in disconnected environment.
I thought I could get past this by downloading the ESRI javascript api 4.32 and hosting it on the same machine that is running ESRI GeoEvent and reference the local api but this is not working either and it looks like version v4.14 is significantly from v4.32.
Can someone advise which version of the api I need to reference when running locally?
Regards,