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
On localhost:3000 or http://localhost:3000/s/1 typing anything in the search bar leads to
Unhandled Runtime Error
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
at http://localhost:3000/search?q=a
or if the search query contains spaces, like on http://localhost:3000/search?q=a%201 we see:
Server Error
FetchError: invalid json response body at http://localhost:3000/api/search?q=a%201&_includeAppData=1 reason: Unexpected token I in JSON at position 0
This error happened while generating the page. Any console logs will be displayed in the terminal window.
at pages/_app.js (54:16) @ async Function.MyApp.getInitialProps
To Reproduce
Steps to reproduce the behavior:
just follow steps at https://docs.reactstorefront.io/guides/getting_started for version 8.18.3
Open the localhost in the browser and try searching a or a 1
Expected behavior
The search results page should be displayed even if no hits were found.
System information
OS: Kubuntu 20.04
Browser firefox esr
Version of React Storefront: [e.g. 8.18.3]
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
On
localhost:3000
orhttp://localhost:3000/s/1
typing anything in the search bar leads toat
http://localhost:3000/search?q=a
or if the search query contains spaces, like on
http://localhost:3000/search?q=a%201
we see:at
pages/_app.js (54:16) @ async Function.MyApp.getInitialProps
To Reproduce
Steps to reproduce the behavior:
https://docs.reactstorefront.io/guides/getting_started
for version 8.18.3a
ora 1
Expected behavior
The search results page should be displayed even if no hits were found.
System information
The text was updated successfully, but these errors were encountered: