Getting a white page
Opened this issue · 1 comments
Deleted user commented
i configured my provider and it returns a $feed object yet the /rss renders a white page. I am on symfony 3.4.4 php7.2.2
Deleted user commented
just adding $feed->setLastModified(new \DateTime()); solved it.