Rank 1: Thread
Api errors keeps appearing even when I wrap the methods call with a try/catch
The API error on the image appears when I run the following code
try { const session = await auth.getSession('current'); sessionId = session.$id; } catch (error) { initializerClientError = error; }Is there a way to avoid this messages at all? or to check if a session exists in a way that do not throw an error?