Skip to content

Commit

Permalink
added additional error handling for when incorrect server url has bee…
Browse files Browse the repository at this point in the history
…n setup
  • Loading branch information
MikesGlitch committed Oct 25, 2024
1 parent 1cd81f9 commit 0a02249
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/loot-core/src/server/server-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export function getServer(url?: string): ServerConfig | null {
console.warn(
'Unable to parse server URL - using the global config.',
error,
config,
);
return config;
}
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/3736.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MikesGlitch]
---

Add extra error handling for when an incorrect server URL has been setup

0 comments on commit 0a02249

Please sign in to comment.