We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't really understand how any of this works under the covers, but since #5081 has been merged this should be supported, right?
For example, I have set the default version of my project to 0.6.0, so it correctly redirects https://nbsphinx.readthedocs.io/ to https://nbsphinx.readthedocs.io/en/0.6.0/.
0.6.0
However, when I use the search URL with a query parameter, the parameter is somehow lost in redirection:
https://nbsphinx.readthedocs.io/search.html?q=readthedocs should get redirected to https://nbsphinx.readthedocs.io/en/0.6.0/search.html?q=readthedocs
https://nbsphinx.readthedocs.io/search.html?q=readthedocs gets redirected to https://nbsphinx.readthedocs.io/en/0.6.0/search.html
The text was updated successfully, but these errors were encountered:
This looks like a regression from our new proxy server
Sorry, something went wrong.
@mgeier What is the redirect that you have configured on your project for this case?
We figured out the issue, and should have a patch deployed next week.
This is out now, you may still see https://nbsphinx.readthedocs.io/search.html?q=readthedocs not redirecting properly bc of your browser cache. Other works https://nbsphinx.readthedocs.io/search.html?q=testing
Successfully merging a pull request may close this issue.
I don't really understand how any of this works under the covers, but since #5081 has been merged this should be supported, right?
For example, I have set the default version of my project to
0.6.0
, so it correctly redirects https://nbsphinx.readthedocs.io/ to https://nbsphinx.readthedocs.io/en/0.6.0/.However, when I use the search URL with a query parameter, the parameter is somehow lost in redirection:
Expected Result
https://nbsphinx.readthedocs.io/search.html?q=readthedocs should get redirected to https://nbsphinx.readthedocs.io/en/0.6.0/search.html?q=readthedocs
Actual Result
https://nbsphinx.readthedocs.io/search.html?q=readthedocs gets redirected to https://nbsphinx.readthedocs.io/en/0.6.0/search.html
The text was updated successfully, but these errors were encountered: