saleor / saleor-storefront

A GraphQL-powered, NextJs-based, PWA storefront for Saleor. IMPORTANT: This project is [DEPRECATED] in favor of saleor/react-storefront soon to become our default demo and storefront starter pack.

Home Page:https://demo.saleor.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Displayed Nav and Footer Component

zhuangww05 opened this issue · comments

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!

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.