Unwanted XHR Request When sb.connect()

I get unwanted request when do SB connect, how to stop this? because of this sometimes I get too many request error.
Sendbird JavaScript SDK v3.1.6
Code:

<!DOCTYPE html>
<html>
	<head>	
		<title>Title</title>
		<script src="axios.min.js"></script>
		<script src="SendBird.min.js"></script>
	</head>
	<body>
	</body>
	<script type="text/javascript">
		let sb = new SendBird({
			appId: 'SOMEAPPID'
		});
		sb.connect('SOMEUSERID', 'SOMETOKEN', function (user, error) {});
	</script>
</html>

Console


Request Url sample :
https://api-APPID.sendbird.com/v3/group_channels/CHANNEL_URL?show_member=true&show_read_receipt=true&show_delivery_receipt=true

Hi @Jeffry_Antonio and welcome to the Sendbird community!

Are you requesting information about a channel somewhere in your code similar to this example? If so can you please share more details from your code where you do that?

Hi @Jeffry_Antonio,

As we’re already working together on a support case, I ask that you not open cases in the community regarding the same issue. This causes extra work for our team.