fix edited notes widget note transitions, fixes #1672

This commit is contained in:
zadam
2021-02-21 22:45:32 +01:00
parent 6008dc891f
commit ddf8438b22
3 changed files with 14 additions and 10 deletions

View File

@@ -101,7 +101,7 @@ async function doLogin() {
});
if (sourceIdService.isLocalSourceId(resp.sourceId)) {
throw new Error(`Sync server has source ID ${resp.sourceId} which is also local. Your sync setup is probably trying to connect to itself.`);
throw new Error(`Sync server has source ID ${resp.sourceId} which is also local. This usually happens when the sync client is (mis)configured to sync with itself (URL points back to client) instead of the correct sync server.`);
}
syncContext.sourceId = resp.sourceId;