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
sphinx-build -b html -n -W -d _build/doctrees doc _build/html
Error logs / results
I should add that I checked searchindex.js and the payload of Search.setIndex is a totally fine js object, that can be read, parsed and used in the console and on node.
Problem
On a freshly generated site, entering any term as a search query will bear a stuck "three dots blinking" and no results.
Procedure to reproduce the problem
conf.py
command
Error logs / results
I should add that I checked
searchindex.js
and the payload ofSearch.setIndex
is a totally fine js object, that can be read, parsed and used in the console and on node.The topmost file in the stack trace has:
Yet... the suffix seem to be
undefined
for some reason.Expected results
To find document matching my query!
Environment info
The text was updated successfully, but these errors were encountered: