Open zhuangww05 opened 3 years ago
I just found this issue too, with the account page and other custom added pages. The navigation is gone but what's worse: In this case the translation is gone too!! So in my shop, which is in German language, someone goes to the view the account - the language switches to english. Did you find a workaround?
My workaround: Throw away everything from the custom app getInitialProps and instead load the data directly in the components where these data are needed. Now the menues and the translation work everywhere for me.
Problem Introducation When turn to Account or Checkout page, Nav and Footer Component will display untill refresh current page. Step to reproduce the problem 1.turn to the account page 2.turn to the checkout page What I expected to happen Nav and Footer always there when turn to the account page or checkout page THANK YOU!