docs icon indicating copy to clipboard operation
docs copied to clipboard

Failing to extract data from build files 'Error: Failed to collect page data'

Open TheHolyRoller opened this issue 10 months ago • 0 comments

So after installing & integrating the widget into my application I built the project and received this error.

Build error occurred Error: Failed to collect page data for / at C:\Users\Daniel\Documents\GitHub\crypto3\node_modules\next\dist\build\utils.js:1268:15 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { type: 'Error' }

Steps To Reproduce:

  1. Create New Next.js Application
  2. Install the Uniswap Dependencies
  3. Integrate the Widget
  4. Build & See the build Error

It was a brand new Next js project with only the required dependencies.

There are 17 vulnerabilities after dependency installation 5 of which were sever and 12 moderate. Most seemed to be without quick fixes.

Please let me know if there is anymore information I need to include.

TheHolyRoller avatar Apr 22 '24 07:04 TheHolyRoller