sadmann7 / skateshop

An open source e-commerce skateshop build with everything new in Next.js.
https://skateshop.sadmn.com
MIT License
5.1k stars 731 forks source link

Email preferences are not working #34

Closed ZeberMVP closed 1 year ago

ZeberMVP commented 1 year ago

When you enter into the email preferences route, you get the not found page because you don't have the token. I guess as there is no way to reach this route through the app, the email preferences feature is not implemented at all, but I just wanted to let you know.

sadmann7 commented 1 year ago

When a user subscribes to the newsletter, an email will be sent to you.

If the user clicks on the unsubscribe button at the bottom of the email, you will be redirected to the email preferences page.

ZeberMVP commented 1 year ago

Ahh, okay. Then I'll just suggest that you enable a way to access it from the app, not just through the newsletter email. By the way, good job—I love your work!