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
Mem0 Open-Source Typescript SDK is not working with Supabase Edge Functions
import{Memory}from"npm:mem0ai/oss";
Getting the following error:
event loop error: Error: Could not find module root given file: "/var/tmp/sb-compile-edge-runtime/node_modules/localhost/bindings/1.5.0/bindings.js". Do you have a `package.json` file?
at Function.getRoot (file:///var/tmp/sb-compile-edge-runtime/node_modules/localhost/bindings/1.5.0/bindings.js:211:13)
at bindings (file:///var/tmp/sb-compile-edge-runtime/node_modules/localhost/bindings/1.5.0/bindings.js:82:32)
at Object.<anonymous> (file:///var/tmp/sb-compile-edge-runtime/node_modules/localhost/sqlite3/5.1.7/lib/sqlite3-binding.js:1:291)
at Object.<anonymous> (file:///var/tmp/sb-compile-edge-runtime/node_modules/localhost/sqlite3/5.1.7/lib/sqlite3-binding.js:3:4)
at Module._compile (node:module:731:34)
at Module._extensions..js (node:module:745:10)
at Module.load (node:module:656:32)
at Module._load (node:module:524:12)
at Module.require (node:module:675:19)
at require (node:module:790:16)
The text was updated successfully, but these errors were encountered:
🐛 Describe the bug
Mem0 Open-Source Typescript SDK is not working with Supabase Edge Functions
Getting the following error:
The text was updated successfully, but these errors were encountered: