diff --git a/src/components/ConnectionRequired.tsx b/src/components/ConnectionRequired.tsx index 3e1617ee9..61c7cbcd8 100644 --- a/src/components/ConnectionRequired.tsx +++ b/src/components/ConnectionRequired.tsx @@ -117,6 +117,8 @@ const ConnectionRequired: FunctionComponent = ({ return; } + // Update the current ApiClient + ServerConnections.setLocalApiClient(apiClient); setIsLoading(false); }, [ navigate ]);