status-go
status-go copied to clipboard
Medium.com link unfurling is broken
Problem
Medium has probably changed how they deliver content, this could be temporary but the tests are failing.
In our tests, we use this article to verify unfurling. When opened in the browser, the article looks fine.
But when opened using an httpClient, a 404 page is returned. This is also related to Medium moving to subdomains like shivekkhurana.medium.com. This used to be medium.com/@shivekkhurana earlier.
Here are the 404 responses returned by httpClient.Get for two medium urls:
Implementation
Understand the new Medium routing, update unfurling code, enable Medium.com unfurling again.
Acceptance Criteria
The app should be able to unfurl Medium links.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.