We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3821e commit 90cd97eCopy full SHA for 90cd97e
src/browser/modules/Stream/Auth/ConnectForm.tsx
@@ -175,7 +175,7 @@ export default function ConnectForm(props: ConnectFormProps): JSX.Element {
175
176
async function reachabilityCheck(url: string) {
177
setReachablityState('loading')
178
- const res = await httpReachabilityCheck(`http://${stripScheme(url)}`)
+ const res = await httpReachabilityCheck(`//${stripScheme(url)}`)
179
180
// Being reachable by http is not a requirement (you could have some really odd network setup)
181
// But if it doesn't work though, it is likely the connection will time out which can take a while
0 commit comments