You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With a freshly cloned repo, just with .env.local populated, the site gives Internal Server Error on all pages after authenticating.
To Reproduce
Steps to reproduce the behavior:
Clone repo
Update .env.local
Run pnpm install
Run pnpm run dev
Navigate to login page and login
Navigate to any page
Refresh.
Note errors
@bigcommerce/catalyst-core:dev: ⨯ [Error: Could not find the module "(app-pages-browser)/../node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/next/dist/client/components/layout-router.js" in the React Server Consumer Manifest. This is probably a bug in the React Server Components bundler.] {
@bigcommerce/catalyst-core:dev: digest: '2480382964'
@bigcommerce/catalyst-core:dev: }
@bigcommerce/catalyst-core:dev: Error: Could not find the module "(app-pages-browser)/../node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/next/dist/client/components/client-page.js" in the React Server Consumer Manifest. This is probably a bug in the React Server Components bundler. {
@bigcommerce/catalyst-core:dev:
@bigcommerce/catalyst-core:dev: }
@bigcommerce/catalyst-core:dev: ⨯ Error: Could not find the module "(app-pages-browser)/../node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/next/dist/client/components/client-page.js" in the React Server Consumer Manifest. This is probably a bug in the React Server Components bundler. {
@bigcommerce/catalyst-core:dev:
@bigcommerce/catalyst-core:dev: }
@bigcommerce/catalyst-core:dev: ⨯ TypeError: Cannot read properties of null (reading 'default') { }
@bigcommerce/catalyst-core:dev: GET / 500 in 161ms
Expected behavior
Errors should not be happening
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Errors were introduced when turbo was disabled in 1f0c2ef
Reenabling turbo with --turbo gives the following error:
@bigcommerce/catalyst-core:dev: ⨯ ReferenceError: e is not defined
@bigcommerce/catalyst-core:dev: at Module.Kind (C:\Projects\temp2\core\.next\server\chunks\08b5e__pnpm_e52ea7._.js:20179:18)
@bigcommerce/catalyst-core:dev: at [project]/core/app/favicon.ico/route.ts [app-route] (ecmascript) (file://C%3A/Projects/temp2/core/core/app/favicon.ico/route.ts:17:32)
@bigcommerce/catalyst-core:dev: at instantiateModule (C:\Projects\temp2\core\.next\server\chunks\[turbopack]_runtime.js:590:23)
@bigcommerce/catalyst-core:dev: at getOrInstantiateModuleFromParent (C:\Projects\temp2\core\.next\server\chunks\[turbopack]_runtime.js:645:12)
@bigcommerce/catalyst-core:dev: at esmImport (C:\Projects\temp2\core\.next\server\chunks\[turbopack]_runtime.js:132:20)
@bigcommerce/catalyst-core:dev: at instantiateModule (C:\Projects\temp2\core\.next\server\chunks\[turbopack]_runtime.js:590:23)
@bigcommerce/catalyst-core:dev: at instantiateRuntimeModule (C:\Projects\temp2\core\.next\server\chunks\[turbopack]_runtime.js:653:12)
@bigcommerce/catalyst-core:dev: at Object.getOrInstantiateRuntimeModule (C:\Projects\temp2\core\.next\server\chunks\[turbopack]_runtime.js:669:12)
@bigcommerce/catalyst-core:dev: at Object.<anonymous> (C:\Projects\temp2\core\.next\server\app\favicon.ico\route.js:8:26)
The text was updated successfully, but these errors were encountered:
I am also seeing this error. For me it happens with @bigcommerce/[email protected] when I add any querystring to a URL e.g. http://localhost:3000/?test=test. Without the querystring there is no error.
A colleague has reproduced the error also, but has found that he doesn't get the error when checking out the canary branch.
Describe the bug
With a freshly cloned repo, just with
.env.local
populated, the site givesInternal Server Error
on all pages after authenticating.To Reproduce
Steps to reproduce the behavior:
.env.local
pnpm install
pnpm run dev
Expected behavior
Errors should not be happening
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Errors were introduced when turbo was disabled in 1f0c2ef
Reenabling turbo with
--turbo
gives the following error:The text was updated successfully, but these errors were encountered: