You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
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
Set language to something else than english
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
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
The text was updated successfully, but these errors were encountered: