Laurent Schaffner
Laurent Schaffner
Your documentation is wrong, you should import it this way ``` import { SimpleCrypto } from "simple-crypto-js"; ``` I'd advise updating your doc because other people might see it crash.
Well I guess we'll never know the answer to that question. I'm also interested.
I'm also wondering the same. Ever found the answer @lorenzo-gasperoni ?
I've tried @danieljb solution too but sadly it did not work. On the logs of Vercel I can see ``` Loading server locale failed Error: Dynamic require of "../locales/en/misc.json" is...
I'm not quite sure how I made it work, but this is my fix ```ts import { resolve } from "node:path"; import path from "path"; [...] await instance .use(initReactI18next) .use(Backend)...
Following the tradition of asking for a merge, could you please merge that one? 😆
Hi, Is there any update regarding this problem?
I posted 2 unrelated issues that are blockers for me too a few days ago and nobody replied, so I checked the older open issues and realized the list of...