Skip to content
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

404 Not Found, when clicking drug suggestions #10

Open
calvinmorett opened this issue Dec 1, 2022 · 0 comments
Open

404 Not Found, when clicking drug suggestions #10

calvinmorett opened this issue Dec 1, 2022 · 0 comments

Comments

@calvinmorett
Copy link
Contributor

1. Summary

  • When you search for a drug, and see suggestions as "Did you mean: Example Drug Link, Example 2 Link, Example 3 Link"

  • If you click any of these suggested links, you will get a page that display a "404 Not Found" error - referencing issues with the URL.

  • This is due to the URL redirection being ...muler.com/example and not prefixed with /search/.. in the path, such as ...muler.com/search/example

2. Steps to reproduce

  1. Drug search pond or go to URL, https://muler.pythonanywhere.com/search/pond
  2. You will arrive to the page with the top suggesting, Showing results for 'Ponds'
    image
  3. Click any suggestion, such as Siponimod
  4. Which will redirect you

3. Expected Result
Expected the link to direct me to the drug page for Siponimod.

4. Actual Result
Redirects me to a "404 Not Found" page, with the URL path, https://muler.pythonanywhere.com/Siponimod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant