mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
Handle unhandled promises that lead to unable to login
This commit is contained in:
@@ -30,7 +30,7 @@ export const handle: Handle = async ({ event, resolve }) => {
|
||||
|
||||
return response;
|
||||
} catch (error) {
|
||||
console.log('Error [handle]');
|
||||
console.log('Error [handle]', error);
|
||||
return await resolve(event);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user