Skip to content

Make /random/ path works #5480

New issue

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

Closed
humitos opened this issue Mar 18, 2019 · 2 comments · Fixed by #5496
Closed

Make /random/ path works #5480

humitos opened this issue Mar 18, 2019 · 2 comments · Fixed by #5496
Labels
Accepted Accepted issue on our roadmap Bug A bug Good First Issue Good for new contributors

Comments

@humitos
Copy link
Member

humitos commented Mar 18, 2019

Currently hitting https://readthedocs.org/random/ produces 502 and hitting https://readthedocs.org/random/pip/ may return a .js file or a non .html file which is not useful.

We need to fix it and return always return a HTML file. For this, we could use the model HTMLFile.

@humitos humitos added Good First Issue Good for new contributors Bug A bug Accepted Accepted issue on our roadmap labels Mar 18, 2019
@saadmk11
Copy link
Member

working on it :)

@saadmk11
Copy link
Member

saadmk11 commented Mar 19, 2019

@humitos I changed the Model to HTMLFile but I wasn't able to reproduce the error on /random/ page that you talked about. Can you tell me how I can reproduce the Error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Accepted issue on our roadmap Bug A bug Good First Issue Good for new contributors
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants