Trying to implement pwa in a nextjs project (Pages router)
Unanswered
Northern Wheatear posted this in #help-forum
Northern WheatearOP
I'm trying to implement pwa in a nextjs project which uses pages router but the wierd thing is that sometimes while routing to pages that has getServerSideProps function in it, the props are getting undefined for the page component. I have confirmed that the getServerSideProps function works during the route change... Just the props for that page is being undefined...
Did anyone face this issue or know any solution to this issue?
Did anyone face this issue or know any solution to this issue?