Problem with running vsf on the newest develop.
I get message: _This page isn't working - localhost didn't send any data._
app_1 | [search] Can not connect the vue-storefront-api / ElasticSearch instance! Error: {"root_cause":[{"type":"parsing_exception","reason":"No value specified for terms query","line":1,"col":170}],"type":"parsing_exception","reason":"No value specified for terms query","line":1,"col":170}
app_1 | at SearchAdapter.exports.modules../core/lib/search/adapter/api/searchAdapter.ts.SearchAdapter.handleResult (vsf-search-adapter-0.server-bundle.js:544:23)
app_1 | at Object.resultPorcessor (vsf-search-adapter-0.server-bundle.js:570:30)
app_1 | at server-bundle.js:2174:80
app_1 | at process._tickCallback (internal/process/next_tick.js:68:7)
app_1 | Problem with setting Category initial data! Error: {"root_cause":[{"type":"parsing_exception","reason":"No value specified for terms query","line":1,"col":170}],"type":"parsing_exception","reason":"No value specified for terms query","line":1,"col":170}
app_1 | at SearchAdapter.exports.modules../core/lib/search/adapter/api/searchAdapter.ts.SearchAdapter.handleResult (vsf-search-adapter-0.server-bundle.js:544:23)
app_1 | at Object.resultPorcessor (vsf-search-adapter-0.server-bundle.js:570:30)
app_1 | at server-bundle.js:2174:80
app_1 | at process._tickCallback (internal/process/next_tick.js:68:7)
app_1 | Top-most asyncData executed null
app_1 | Result from ES for 960c6492441347941025f2b095113aa2be6400182993df1bf7fe9646 (category), ms=64 null
app_1 | whole request [/c/men-11]: 503ms
vsf should work correctly
Pick one option.
develop branch and create Pull Request 2. Feature / Improvement back to develop.release branch and create Pull Request 3. Stabilisation fix back to release.hotfix or master branch and create Pull Request 4. Hotfix back to hotfix.Closing - caused by config mismatch.
came across a similar issue but this time the error is as follows:
[search] Can not connect the vue-storefront-api / ElasticSearch instance! Error: {"code":500,"result":{"diagnosticText":"src/processor/default.ts(25,48): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type 'string | Query | (string | Query)[] | ((searchString: string, position?: number) => number) | ((searchElement: string | Query, fromIndex?: number) => number)' has no compatible call signatures.\n","diagnosticCodes":[2349]}}
at SearchAdapter.exports.modules../core/lib/search/adapter/api/searchAdapter.ts.SearchAdapter.handleResult (vsf-search-adapter-0.server-bundle.js:519:23)
The page therefore reports internal server error.
Most helpful comment
came across a similar issue but this time the error is as follows:
The page therefore reports internal server error.