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
{{ message }}
This repository was archived by the owner on May 28, 2023. It is now read-only.
Sometimes (completely random) the API will just return a blank page when it's supposed to return an elasticsearch response. This will cause an error page and the error to be logged to our loggin software.
In the last 3 weeks this has happened about 23.5k times so it happens quite often.
I saw that a new API project (storefront-api) will be used for a future release of VSF but I can't test if it also happens there because putting that API on a production environment and changing all our api extensions is just too much work.
Expected behavior
It should get a valid response or request it again if the data was invalid.
Steps to reproduce the issue
This only happens on a production API and it doesn't output any errors to the logs. It just returns a 200 response with a blank page.
The most occurrences have happened on this API endpoint:
Which Release Cycle state this refers to? Info for developer.
Pick one option.
This is a bug report for test version on https://test.storefrontcloud.io - In this case Developer should create branch from develop branch and create Pull Request 2. Feature / Improvement back to develop.
This is a bug report for current Release Candidate version on https://next.storefrontcloud.io - In this case Developer should create branch from release branch and create Pull Request 3. Stabilisation fix back to release.
This is a bug report for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version hotfix - In this case Developer should create branch from hotfix or master branch and create Pull Request 4. Hotfix back to hotfix.