/pdfmake_nextjs

PdfMake with NextJs error

Primary LanguageTypeScript

This is a test with pdfmake and Next.js.

To get the error

Start the app:

npm run build && npm run start
# or
yarn build && yarn start

Open http://localhost:3000 with your browser and click on 'Get pdf' button to see the error.

If you run:

npm run dev
# or
yarn dev

And then click on 'Get pdf' button, everything works fine but in production it's not working.