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:
Login to techpro.club using GitHub
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
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:
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