diff --git a/Daily Notes/2024/08/2024-08-26 (Monday).md b/Daily Notes/2024/08/2024-08-26 (Monday).md index 9977135..4ef4ddc 100644 --- a/Daily Notes/2024/08/2024-08-26 (Monday).md +++ b/Daily Notes/2024/08/2024-08-26 (Monday).md @@ -1,6 +1,9 @@ [[Ezekiel Pierson]] on vacation. # Work Continuing work no POC for pulling in product display content sections to builder.io via Celigo to display on new.logos.com PDPs in an accordion. + +This is a helpful link for setting up debugging of a next.js app in Visual Studio Code: https://nextjs.org/docs/pages/building-your-application/configuring/debugging + See this error: ``` [BigCommerce] query ProductPageQuery - 204ms - complexity 2596 @@ -13,8 +16,11 @@ See this error: at runNextTicks (node:internal/process/task_queues:60:5) at process.processTimers (node:internal/timers:511:9) ``` + Possibly the same problem: https://github.com/vercel/next.js/issues/53562 + Adding `--turbo` to `next dev` in the package.json `dev` script caused this issue now + ``` logos-catalyst-2:dev: [1] - Next.js package not found logos-catalyst-2:dev: [1] at withErrorCause (C:\Code\github\LogosBible\bigcommerce-catalyst\node_modules\.pnpm\next@14.1.4_@babel+core@7.23.6_react-dom@18.3.1_react@18.3.1\node_modules\next\dist\build\swc\index.js:409:19)