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
Something with the way Ecwid handles
cleanUrlsis 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.cleanUrlsandec.config.storefrontUrls.queryBasedCleanUrlstotrue, which from what I can tell is necessary in order to play nice with NextJS