mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
sql_init/migration fixes
This commit is contained in:
@@ -104,7 +104,7 @@ async function doLogin() {
|
||||
});
|
||||
|
||||
if (sourceIdService.isLocalSourceId(resp.sourceId)) {
|
||||
throw new Error(`Sync server has source ID ${resp.sourceId} which is also local. Try restarting sync server.`);
|
||||
throw new Error(`Sync server has source ID ${resp.sourceId} which is also local. Your sync setup is probably trying to connect to itself.`);
|
||||
}
|
||||
|
||||
syncContext.sourceId = resp.sourceId;
|
||||
|
||||
Reference in New Issue
Block a user