I am encountering an error consistently while attempting to load the project in Visual Studio Code. Consequently, I am unable to proceed with any tasks, as I am unable to locate the source of this (outdated) ID.
▲ Next.js 14.1.4
- Local: http://localhost:3000
✓ Ready in 1354ms
○ Compiling /[[…catchall]] …
✓ Compiled /[[…catchall]] in 1010ms (343 modules)
Subscribing to Plasmic changes…
Plasmic: performing a fresh fetch…
⨯ Error: Error encountered while fetching loader data: Project with ID eAcQt1yXzpyBsw2jvYPrwY not found
at Api. (…/node_modules/@plasmicapp/loader-fetcher/dist/index.js:139:17)
at Generator.next ()
at fulfilled (…/node_modules/@plasmicapp/loader-fetcher/dist/index.js:50:24)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
type: ‘Error’,
page: ‘/_next/static/webpack/1df60b782d050f53.webpack.hot-update.json’
}
I utilized the built-in GUI to push the project to Github and then utilized VSC to pull the code onto my computer. Initially, I suspected it might be a local issue on my computer. Therefore, I replicated the same process on my laptop, where I hadn’t engaged in any Plasmic-related activities before, only to encounter the identical error.
I also tested with another project, and it worked fine. Therefore, it seems that the issue is specific to this particular project.
Could someone kindly advise me on the possible cause of this issue? Moreover, how can I locate and delete this outdated ID when executing npm run dev?
Relevant links:
- My project: Plasmic
Thank you!