mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
improve api connection details error
This commit is contained in:
parent
14b302c598
commit
2ed179e918
@ -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}]`,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user