Should users whitelist any specific urls while using Liveshare? #800
Replies: 1 comment 6 replies
-
Strange...this isn't something I've heard of. No errors in the console? Do you have Fluid telemetry enabled to get signal-level traces? They often log it in the "Info" section, which many browsers disable by default. If you aren't seeing any logs with that enabled even when things are working well, you probably don't have it enabled. If you can get the documentId for an impacted session (assuming it gets that far), that could help too. The fact presence and other DDS's aren't initializing would imply the container never connected, but they were able to get the container successfully. So if we get a documentId we can work with Azure to get better logs. It's certainly possible their IT department requires whitelisting the Azure Fluid Relay web socket address. If so, it's surprising I haven't heard of this issue before...but the world of IT is all over the place. |
Beta Was this translation helpful? Give feedback.
-
Specifically why I'm asking this is we have a user using our liveshare app that gets stuck infinitely loading.
Digging deeper into this we can see they successfully create a LiveShareHost and successfully joined the Fluid container.
But then after this point every sharedState/liveState/presence never initialises and it's just sitting there waiting.
There is no error produced and we can't see any network failures either.
The reason I think this has to be something getting blocked is it used to work for them and then suddenly this started happening.
On testing sessions with them I can also see the youtube liveshare app doesn't work, they aren't aware of anything they may have done but I was hoping to find out if there is anything I can specifically tell them they should be whitelisting.
Beta Was this translation helpful? Give feedback.
All reactions