Issue: Unpin doesn't work, returns a 404

Hi, I noticed that trying to unpin a city on my user profile page seemingly unpins it, but after reloading it reappears. The link the unpin button points to returns a 404, as I confirmed by opening it in a new tab and looking into the Network tab in the browser devtools.

Cheers,
Leo

Oh, no…

You can’t unpin your default city. You can change your default city in the Settings page, if you’d like.

The pin & unpin links are POST requests instead of GET requests. It’s odd that opening the link in a new tab/window changes its underlying behavior. :thinking: I guess it does that because visiting a link in a browser can only send GET requests & POST requests can only be sent from a browser via javascript. :man_shrugging: