diff --git a/lib/utils/call-server-endpoint.js b/lib/utils/call-server-endpoint.js --- a/lib/utils/call-server-endpoint.js +++ b/lib/utils/call-server-endpoint.js @@ -105,7 +105,8 @@ if ( endpointIsSocketPreferred(endpoint) && connectionStatus === 'connected' && - socketAPIHandler + socketAPIHandler && + !options?.urlPrefixOverride ) { try { const result = await socketAPIHandler({ endpoint, input });