Been getting this error while using the libsql client. The code works though. Any ideas. Thanks! ๐Ÿ™‚

Ccp5/3/2023
I get the error from the screenshot every time I access my db client, but the code works fine though. How can I get rid of the error? ๐Ÿ™‚
Bbloberenober5/3/2023
Seems like an issue with libSQL. @Turso can you help?
Gglauber5/3/2023
are you on Windows ?
Gglauber5/3/2023
I will be glad to try to reproduce, nothing comes to mind top of my head ๐Ÿ˜ฆ
Ccp5/3/2023
yeah, windows :/
Ccp5/3/2023
Are you on windows too? I could create a minimal repo for you.
Ccp5/3/2023
If I could disable the log somehow, that would be helpful too! ๐Ÿ˜„ I mean the code works, but I'm getting spammed.
Ccp5/3/2023
Solved it by changing the webpack configuration in my nextjs config. If anyone needs it. https://github.com/netlify/netlify-lambda/issues/179#issuecomment-1450473343
Gglauber5/3/2023
I am not on Windows but I couls find some of our ppl who are :p
Gglauber5/3/2023
so this is not a libsql issue?
Ccp5/3/2023
i guess not really, it's just that libsql was referencing the packages causing the issue. ๐Ÿ˜„
Ccp5/3/2023
big thanks though!
Gglauber5/3/2023
awesome! Let us know if you run into further issues, and great choice of ORM, btw!
Ccp5/3/2023
Thanks! Need to rewire my brain after using prisma ๐Ÿ™‚ and great job on Turso. Been toying around with it and it works great ๐Ÿ™‚
PEPekka Enberg5/4/2023
Hey @cp I opened https://github.com/libsql/libsql-client-ts/issues/33 for tracking. Will look into if we can fix it in the package itself.
PEPekka Enberg5/4/2023
Thanks for reporting!