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.
https://demo.saleor.io/
BSD 3-Clause "New" or "Revised" License
768 stars 677 forks source link

No translation, no navigation, no menu when going to account, checkout or custom pages #1105

Open tmechsner opened 3 years ago

tmechsner commented 3 years ago

What I'm trying to achieve

When going to the account page, to checkout or cart or to custom pages that we added, the translation is broken and the navigation as well. It's the same in your demo shop at demo.saleor.io.

Steps to reproduce the problem

  1. Set language to something else than english
  2. Visit account or checkout

What I expected to happen

Translation should always be on and navigation should always show! I think the issue is that getInitialProps in the custom app does not get called with certain paths, but I don't understand why.. This method loads the translated messages and navigation contents.

System information Operating system: Ubuntu, OS X Browser: Any