fix(TALE-34): use the http coded URL for socket
This commit is contained in:
parent
e8c1cadf54
commit
1555846df2
@ -67,7 +67,7 @@ export default createIntegration<Context>({
|
||||
return false
|
||||
}
|
||||
|
||||
context.client = new Client(url.href)
|
||||
context.client = new Client(fetchU)
|
||||
}
|
||||
|
||||
// Check if the socket is accessible
|
||||
|
||||
Loading…
Reference in New Issue
Block a user