buttondown / roadmap

Buttondown's public roadmap
53 stars 0 forks source link

Unsubscribing from lifecycle emails shows blank page #3488

Open benborgers opened 1 month ago

benborgers commented 1 month ago

e.g. a URL like this:

https://buttondown.com/api/emails/unsubscribe-from-lifecycle-emails/:uuid

I believe in some cases we return a 204 No Content (e.g. if someone double-subscribes), which renders as a blank page and looks confusing.

But also I'm not sure I can locate the correct success screen (/unsubscription-from-lifecycle-emails-success) in the first place? Might be looking in the wrong places.

jmduke commented 1 month ago

@benborgers https://github.com/buttondown/monorepo/blob/main/app/assets/pages/unsubscription-from-lifecycle-emails-success.vue is the place!