Erno Wever
Erno Wever
Currently I see references to both `redis` and `express-rate-limit`. Can we only use express-rate-limit in this demo?
Other than that, this demo looks good to me
These dependencies are optional dependencies, so if you don't need them, then you don't have to install them. The warning messages have been filtered out in a recent release.
I see, it seems that the error messages still show up in NextJs. Re-opnening this issue for future references. I started a new NextJs project as described above and see...
> I'm using "moralis": "^1.3.1" and "react-moralis": "^1.3.0" but it is still throwing those dependency errors and crashes a nextJS project The fact that the app crashes, might be because...
> Is the version 2 fixed these warning? [screenshot](https://media.discordapp.net/attachments/920733595746857000/955467723318636544/unknown.png) Yes, these warnings will be eliminated in v2. As we are releasing the support of magiclink, walletconnect etc. as separate packages.
We have seen several issues with Vite apps. It might be because of the way they handle EsModules. It might be solvable by configuring the app, but my knowledge of...
You can use the `Moralis.Chain`. but it seems that there are some small differences between these types and the type that gets accepted in the API. Will look into it
Currently using magic link is not yet supported for react-native, it requires another sdk package. We will look into supporting this.
Thanks for the clear report. We will change the whole build process in the next major update (see https://github.com/MoralisWeb3/Moralis-JS-SDK/issues/245), where we also consider to use rollup (or other modern building...