Armando Gonzalez

Results 3 comments of Armando Gonzalez

this fixed the issue for me on getServerSideProps ``` // in your next.js page export const config = { unstable_includeFiles: ['node_modules/**/shiki/**/*.json'], }; ```

I found the solution to this on Nextjs, user the following ``` /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, experimental: { appDir: true, }, webpack: (config) =>...

any answer on this? I got a similar issue ![image](https://user-images.githubusercontent.com/109715/40401476-281f96c8-5e0c-11e8-9b34-5e9b697956c3.png)