When I open websocket, it says connection failed. it was working fine till the date. facing this issue from last two days. When i click on error in console it opens page where is see disallowed url scheme error.
You are using an extra backslash in the WS url. Correct WS url would be wss://ws.kite.trade?api_key=xxx&access_token=xxxx. Go through documentation here.
Make sure to remove or mask the api_key, user id and access token.
wss://ws.kite.trade?api_key=xxx&access_token=xxxx
. Go through documentation here.