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
Hi guys,
I'm using Algolia since yesterday and I've got some good results when using it with one of my project wich is in React+Meteor, but I can't give the same magic tool to an older app of mine also in Meteor.
I use the lastest versions of meteor (1.3.3-1) and algoliasearch lastest update from yesterday 3.16.1.
And when I start my app, I've got this: Cannot find module 'crypto' More here
If you have any idea ?
Thanks
The text was updated successfully, but these errors were encountered:
Ok so I've managed to make it work, the problem was with Meteor I've put the import in file wich was in lib/ folder at the root of my project, so I made some Meteor method to use it only on the server side.
Hi guys,
I'm using Algolia since yesterday and I've got some good results when using it with one of my project wich is in React+Meteor, but I can't give the same magic tool to an older app of mine also in Meteor.
I use the lastest versions of meteor (1.3.3-1) and algoliasearch lastest update from yesterday 3.16.1.
And when I start my app, I've got this:
Cannot find module 'crypto'
More here
If you have any idea ?
Thanks
The text was updated successfully, but these errors were encountered: