diff --git a/packages/app/src/App.jsx b/packages/app/src/App.jsx index e35599c6..0ef4bf71 100644 --- a/packages/app/src/App.jsx +++ b/packages/app/src/App.jsx @@ -321,7 +321,7 @@ class App extends React.Component { throw { cause: "Cannot connect to API", - details: error.stack, + details: `Sorry but we cannot connect to the API. Please try again later. [${config.remotes.mainApi}]`, } } },