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
Description:
ScandiPWA returns 404 status on the search page as well as some other pages. For the search page, it loads the page and shows product results, but status code is 404. Please check the other pages too (CMS, PDP, PLP, My Account, My Orders, HP, Checkout, Billing Step, Cart page).
Expected behavior:
Returns 200 if there are any products. No 404 error is seen in dev console.
For anyone wanting a quick fix for this, add this line: <item name="search" xsi:type="string">ScandiPWA\Router\Validator\AlwaysPass</item>
in vendor/scandipwa/route717/src/etc/di.xml:25
carinadues
changed the title
ScandiPWA returns 404 status code for Search Page
ScandiPWA returning 404 status code
Feb 16, 2022
Description:
ScandiPWA returns 404 status on the search page as well as some other pages. For the search page, it loads the page and shows product results, but status code is 404. Please check the other pages too (CMS, PDP, PLP, My Account, My Orders, HP, Checkout, Billing Step, Cart page).
Expected behavior:
Returns 200 if there are any products. No 404 error is seen in dev console.
Screenshots, Video, Logs
To Reproduce:
Versions:
Additional context:
For all crawlers, google ads, facebook pixel, anything related to search page, search site is invisible since it returns 404.
The text was updated successfully, but these errors were encountered: