drewwalters96 / subber

A web-based application that allows active reddit users to discover subreddits based on post history and subscription data.
GNU General Public License v3.0
5 stars 3 forks source link

frontend: Subreddit link bug #28

Closed drewwalters96 closed 6 years ago

drewwalters96 commented 6 years ago

Thank you for your contribution to Subber! Please fill out one of the two templates below (issue or feature request).

Issue:

Subreddit links on the results page are invalid because they are missing the http: prefix.

Expected behavior

Subreddit links direct the user to the page of the subreddit.

Actual behavior

Subreddit links redirect to a 404 page while trying to direct the user to 127.0.0.1:8000/{sub-link}

Steps to reproduce the behavior
  1. Run the Subber container
  2. Click on a subreddit link on the results page
Relevant logs (subber.log)