status-go icon indicating copy to clipboard operation
status-go copied to clipboard

Medium.com link unfurling is broken

Open shivekkhurana opened this issue 4 years ago • 1 comments
trafficstars

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.

shivekkhurana avatar Apr 12 '21 08:04 shivekkhurana

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.

status-github-bot[bot] avatar Aug 05 '21 15:08 status-github-bot[bot]