next-learn
next-learn copied to clipboard
Chapter-6 Can't-Seed-The-Data
I had tried so many time. and also followed all the steps from docs but still does not works. At first in the data tab of database at vercel no table is showing. Now when I started the whole process from scratch I am seeing this message in the browser
Application error: a client-side exception has occurred (see the browser console for more information).
When I checked in to console it's showing :
/**********************************************************/
Error: Invariant: Missing ActionQueueContext at useReducerWithReduxDevtoolsImpl (use-reducer-with-devtools.js?e0061:95:15) at Router (app-router.js?c6321:207:100) at callComponentInDEV (react-dom-client.development.js:1015:18) at renderWithHooks (react-dom-client.development.js:13508:18) at updateFunctionComponent (react-dom-client.development.js:18260:20) at beginWork (react-dom-client.development.js:20172:16) at runWithFiberInDEV (react-dom-client.development.js:1152:14) at performUnitOfWork (react-dom-client.development.js:28709:14) at workLoopSync (react-dom-client.development.js:28417:5) at renderRootSync (react-dom-client.development.js:28372:7)
The above error occurred in the <Router> component.
React will try to recreate this component tree from scratch using the error boundary you provided, ErrorBoundaryHandler.
at Router (webpack-internal:///(app-pages-browser)/./node_modules/.pnpm/[email protected][email protected][email protected]_ma5zmqaxqio5fndyl5qy52jyg4/node_modules/next/dist/client/components/app-router.js?c6321:187:11)
at ErrorBoundaryHandler (webpack-internal:///(app-pages-browser)/./node_modules/.pnpm/[email protected][email protected][email protected]_ma5zmqaxqio5fndyl5qy52jyg4/node_modules/next/dist/client/components/error-boundary.js?bbbe1:113:9)
at ErrorBoundary (webpack-internal:///(app-pages-browser)/./node_modules/.pnpm/[email protected][email protected][email protected]_ma5zmqaxqio5fndyl5qy52jyg4/node_modules/next/dist/client/components/error-boundary.js?bbbe1:160:11)
at AppRouter (webpack-internal:///(app-pages-browser)/./node_modules/.pnpm/[email protected][email protected][email protected]_ma5zmqaxqio5fndyl5qy52jyg4/node_modules/next/dist/client/components/app-router.js?c6321:594:13)
at ServerRoot (webpack-internal:///(app-pages-browser)/./node_modules/.pnpm/[email protected][email protected][email protected]_ma5zmqaxqio5fndyl5qy52jyg4/node_modules/next/dist/client/app-index.js:135:27)
at Root (webpack-internal:///(app-pages-browser)/./node_modules/.pnpm/[email protected][email protected][email protected]_ma5zmqaxqio5fndyl5qy52jyg4/node_modules/next/dist/client/app-index.js:140:11
/********************************************************/ Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received.