ClubTechPro / techpro.club

Lets create an amazing portfolio for your journey into tech by contributing to open-source projects
MIT License
17 stars 9 forks source link

Feeds page doesn't work #121

Closed chilarai closed 2 years ago

chilarai commented 2 years ago

Describe the bug When visiting the /contributors/feeds page, we do not see any data but only one continuously spinning throbber. Due to this, we cannot go to any other page or see any data.

To Reproduce Steps to reproduce the behavior:

  1. Login to techpro.club using GitHub
  2. See spinning throbber

Expected behavior The feeds page should have opened up with user feeds and other menu options

Additional context Basic analysis says, there is an issue with {{if .UserProfile.Name}} on base.gohtml on line 137. Due to some issue with data processing, feeds.go must have been unable to send required data

chilarai commented 2 years ago

Fixed with PR #122