Issues with Moralis + NextJS/Tailwind

Hi all,

While in development, the trio of Moralis, Nextjs and Tailwind was working just fine. However, once I deployed to Vercel, all CSS disappeared in Prod. Removing Moralis fixed the issue for some reason. Has anyone else encountered that / has a solution?

Are you deploying the build folder from your project? Are all your configs correct e.g. content/purge in tailwind.config.js.

Best way to test if it is Vercel that’s the problem is to build e.g. npm run dev and run the build locally with a webserver.