You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the check could be
isNode() instead of isRunningInBrowser()
or isFsModuleAvailable() because there can be polyfills
I think this could be the reason why this sdk fails to work within Convex's native actions. Right now I have to fallback to using their nodejs runtime to have this SDK work which is not ideal.
Would be nice to see this SDK support runtimes which don't have FS support.