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
Something with the way Ecwid handles cleanUrls is breaking the back button in NextJS. The URL updates, but next does not route to the correct page. The problem only appears to happen when setting ec.config.storefrontUrls.cleanUrls and ec.config.storefrontUrls.queryBasedCleanUrls to true, which from what I can tell is necessary in order to play nice with NextJS
The text was updated successfully, but these errors were encountered:
Something with the way Ecwid handles
cleanUrls
is breaking the back button in NextJS. The URL updates, but next does not route to the correct page. The problem only appears to happen when settingec.config.storefrontUrls.cleanUrls
andec.config.storefrontUrls.queryBasedCleanUrls
totrue
, which from what I can tell is necessary in order to play nice with NextJSThe text was updated successfully, but these errors were encountered: