getServerSideProps never get invoked in custom app #12278
Unanswered
affan-speridian
asked this question in
Help
Replies: 0 comments
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.
-
In my custom nextJs app
getServerSideProps
never get invoked in pages.Here are the content of my
pages/_app
directory:AuthWrapper:
LayoutWrapper:
App: (index.js)
Now in my custom page:
pages/myPage/index.js
getServerSideProps
never get invokedMaking sure all imports are done correctly in all files
Beta Was this translation helpful? Give feedback.
All reactions