Getting the error Cannot destructure property 'store' of 'useReduxContext(...)' as it is null while deploying on vercel #59697
Unanswered
Ab-Qadir1998
asked this question in
App Router
Replies: 1 comment 3 replies
-
I solved this problem by renaming the folder '/pages', apparently when using App Router in Next.js the 'pages' folder is also a reserved name |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using next js v14 and rtk query. Everything working fine in local dev environment but while deploying on vercel I got this. Tried almost everything in my knowledge but couldn't resolved the issue
Beta Was this translation helpful? Give feedback.
All reactions