mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(web): using serverApi on the client request lead to uncaught error (#1767)
This commit is contained in:
@@ -21,7 +21,7 @@ export const load: LayoutServerLoad = async ({ request }) => {
|
||||
user: userInfo
|
||||
};
|
||||
} catch (e) {
|
||||
console.error('[ERROR] layout.server.ts [LayoutServerLoad]: ', e);
|
||||
console.error('[ERROR] layout.server.ts [LayoutServerLoad]: ');
|
||||
return {
|
||||
user: undefined
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user