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
The CatalogPageNotFoundFilter returns a 404 if a product or category does not exist, or the graphql query fails.
This works fine for the generic product page, but not for specific pages, see the request log as example. The CatalogPageNotFoundFilter should come after the SpecificPageFilterFactory.
The
CatalogPageNotFoundFilter
returns a 404 if a product or category does not exist, or the graphql query fails.This works fine for the generic product page, but not for specific pages, see the request log as example. The
CatalogPageNotFoundFilter
should come after theSpecificPageFilterFactory
.The text was updated successfully, but these errors were encountered: