-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
400 Bad Request since 5.2.1 #994
Comments
This is still occurring in 5.2.4. This happens with our custom theme and with the base cornerstone theme. Is our store to remain on 5.2.0 to circumvent whatever issue is occurring? While fine for the short term, that doesn't seem like a long-term fix. Our development team would very much like to enjoy redirects stalling out locally bug fix #1000 that's in 5.2.4 Appreciate any guidance toward resolving the original issue. |
When I empty the category, page, and product objects in the |
#1019 resolved this issue - Thank you for that! It appears it introduced a new one where the URL mapped to a custom template uses the page_type template instead of the custom template it's been mapped with. Meaning custom product templates revert to the main product.html template, custom page templates revert to the main page.html template, etc, so I'll be posting the details of that in a separate thread. |
Expected behavior
stencil start
boots up and localhost loads.Actual behavior
400 Bad Request
Request Header Or Cookie Too Large
cloudflare
Steps to reproduce behavior
Install 5.2.2, run stencil start
Environment
Stencil-cli version
stencil --version
: 5.2.2Node version
node -v
: v14.20.0NPM version
npm -v
: 6.14.17OS: MacOS Monterey 12.6
The text was updated successfully, but these errors were encountered: