Open Andmarecoenergy opened 8 months ago
Module not found: Can't resolve 'pdfjs-dist/build/pdf.worker.mjs' 81 | // We import this here so that it's only loaded during client-side rendering. 82 | const pdfJS = await import("pdfjs-dist");
83 | pdfJS.GlobalWorkerOptions.workerSrc = require("pdfjs-dist/build/pdf.worker.mjs"); | ^ 84 | const pdf = await pdfJS.getDocument(templateBytes).promise; 85 | 86 | setTotalPages(pdf.numPages);
https://nextjs.org/docs/messages/module-not-found
Same problem
Module not found: Can't resolve 'pdfjs-dist/build/pdf.worker.mjs' 81 | // We import this here so that it's only loaded during client-side rendering. 82 | const pdfJS = await import("pdfjs-dist");
https://nextjs.org/docs/messages/module-not-found