dotnet-creator-cards
dotnet-creator-cards copied to clipboard
[Bug] My creator profile fails to show the feed
Describe the bug
My creator profile doesn't show my feeds.
The call to https://api.wearedotnet.io/creator/karlospn/feeds
returns a 500 error.
I checked the feed with the RSS validator (https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fwww.mytechramblings.com%2Findex.xml) and everything seems correct.
To Reproduce Steps to reproduce the behavior:
- Go to https://www.wearedotnet.io/karlospn
- The call to retrieve the feed throws a 500 error and the spinner keeps going on forever.
Expected behavior I would expect that the articles from my feed were synchronized successfully.