Unable to deploy to vercel from github

What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets)
I am getting following error on deployment to vercel

Error: Error fetching loader data: Your key is too long

36 at Api. (/home/runner/work/Quicksaas-Console/Quicksaas-Console/node_modules/@plasmicapp/loader-fetcher/dist/index.js:139:17)

37 at Generator.next ()

38 at fulfilled (/home/runner/work/Quicksaas-Console/Quicksaas-Console/node_modules/@plasmicapp/loader-fetcher/dist/index.js:50:24)

39 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

40

41> Build error occurred

42Error: Failed to collect page data for /[[…catchall]]

43 at /home/runner/work/Quicksaas-Console/Quicksaas-Console/node_modules/next/dist/build/utils.js:1268:15

44 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {

45 type: ‘Error’

46}

47Error: Command “npm run build” exited with 1

48Error: Process completed with exit code 1.
What are the reproduction steps?

Relevant links:

It seems to be a bigger issue as none of the pages deployed on plasmic hosting working and throwing a 404 error

Hi, we’ve identified the issue, it’s related to the number of imports in your project. At the latest version of your project the issue doesn’t seem to happen. We will be working on a fix.

At the latest version for my project doesn’t seem to happen as I deleted some imports.

It makes sense, we’ve pushed a fix and the issue shouldn’t happen again.