improve api connection details error

This commit is contained in:
srgooglo 2022-06-29 20:13:29 +02:00
parent 14b302c598
commit 2ed179e918

View File

@ -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}]`,
}
}
},