The important thing here is: is any of those resources from fonts.googleapis.com
and fonts.gstatic.com
used from your custom layout web?
Maybe placing those files in a server at China and load those from there would solve the problem.
The important thing here is: is any of those resources from fonts.googleapis.com
and fonts.gstatic.com
used from your custom layout web?
Maybe placing those files in a server at China and load those from there would solve the problem.
Thank you for your suggestion, I’ll try this and provide a feedback
Removing the request from fonts.googleapis.com
and fonts.gstatic.com
by placing the static fonts files on the server itself resolved the issue. Now the recordings work as expected
Glad to read that