Skip to content

Avoid path_processing on pageDataPathProcessor

When we have a multi-language site the gatsbymocker does not work because it redirects the path /api/static/preview/gatsby/instant/page-data-resolver/ to /{LANG}/api/static/preview/gatsby/instant/page-data-resolver/ and for whatever reason it does not enter the controller.

Merge request reports