EmicoEcommerce / Magento2Tweakwise-archived

Magento 2 module for Tweakwise integration
Other
9 stars 25 forks source link

404 on specific filter pages #163

Closed maxserv-woostelbos closed 2 years ago

maxserv-woostelbos commented 3 years ago

Issue Brief

What is the purpose of this issue? Explain the background context.

Environment

Steps to reproduce

Open https://www.keessmit.nl/parasols/soorten/zweefparasols/vorm/rond/. This returns an 404 page

Actual result a 404 page on https://www.keessmit.nl/parasols/soorten/zweefparasols/vorm/rond/

Expected result Getting a category page with layered navigation and products like (same search but attributes switched in url):

https://www.keessmit.nl/parasols/vorm/rond/soorten/zweefparasols/

Explaniation:

For a few specific filter pages we are getting a 404 page. I can't figure out why :-)

We are not getting past: $result = $this->getRouteMatchingStrategy()->match($request); in the router. Strangely we are getting results when we switch the attributes in the url from 'soorten/zweefparasols/vorm/rond/' to 'vorm/rond/soorten/zweefparasols/'

Is there any way you could assist or a tip what we could debug to target the issue?

Kind regard,

Willem Oostelbos MaxServ

Hnto commented 2 years ago

@maxserv-woostelbos I will be closing this issue due to inactivity. If you are still experiencing problems please create another ticket.