Excel1

Results 12 issues of Excel1

Im using the v0.1.4 Version and followed the ReadMe / Documentation to start a connection with my ChromaDB. By using BasePath to set the connectiion string with my new chroma...

I implemented the oidc-client.ts in my vue capacitor app. To logout i use the signoutSilent. ``` async function logout() { await userManager?.signoutSilent(); } catch (error) { console.error('OIDC logout error:', error);...