Closed DerekCaelin closed 1 year ago
This is blocked by general public view work: https://github.com/techmatters/terraso-backend/pull/379
@paulschreiber if #379 is addressed, will this issue be resolved, or will additional work be needed?
I am wondering if we can push #824 without #837 and follow up later in the sprint.
Eep! Yes, I think I meant the backend #379.
OK, let's plan to release #824 without #837 and follow up.
@DerekCaelin This is done and staged.
I encounter an error:
Error unsubscribing from Terraso emails
Steps to reproduce (Chrome: Version 112.0.5615.49 (Official Build) (arm64)
Here's the error JSON:
{"data":{"unsubscribeUser":{"errors":[{"message":"
[{"message": "You must be authenticated to perform this operation", "code": "unauthorized"}]"}]}}}
This should be working now. commons.py
was not correctly deployed to staging.
Confirmed! Please push to prod!
Description
User who is not logged into Terraso should have a one-click unsubscribe from emails experience.
Steps to Replicate
Actual Behavior
See login screen for terraso. Select authentication method. Log in and see snack bar notification (unsubscribed).
Expected Behavior
View screen that confirms unsubscribe (no additional clicks).