You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved: 500 Error after registering a new user. AWS has enabled our production use of SES, so new user confirmation emails can be sent to non-cadasta.org domains. This fixes the 500 error upon new user registration with non-cadasta.org email addresses.
The "Unicode not being handled correctly" issue and #393 are the same root cause. When an error message includes non-ascii text, uWSGI fails to write it to the log; this generates the unicode encoding error. We can clean up the initial errors that occur in both instances, but any error in similar circumstances will 502 until uWSGI utf-8 logging is sorted.
This ticket is to track deployment bugs for the demo site.
^^^^^^ These are probably related but should be tested separately.
The text was updated successfully, but these errors were encountered: