I’m trying out a trigger which adds an object to algolia upon inserting to mongodb. In my case the object gets added to algolia successfully but the function doesn’t seem to stop and runs until timeout
I also console logged along with the timestamp and according to it the the console.log runs almost just after the trigger initiating. I’m wondering if it is an issue with the npm package
I also console logged along with the timestamp and according to it, the console.log runs almost just after the trigger initiating. I’m wondering if it is an issue with the npm package
Yes, it could be related to the npm package. Could you please share with me the package.json? I would want to reproduce it locally to see what I could find.
Please let me know if you have any additional questions or concerns regarding the details above.
since I’m running this in the cloud itself I’m not sure how I can get the package.json
You can access your npm package by either using the Realm CLI and realm-cli pull with the --include-dependencies. However, the screenshot is sufficient.