Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo Site Deployment Bugs #337

Closed
4 tasks done
wonderchook opened this issue Jul 7, 2016 · 3 comments
Closed
4 tasks done

Demo Site Deployment Bugs #337

wonderchook opened this issue Jul 7, 2016 · 3 comments
Assignees
Milestone

Comments

@wonderchook
Copy link
Contributor

wonderchook commented Jul 7, 2016

This ticket is to track deployment bugs for the demo site.

  • Can't upload xlsform
  • Can't upload resources

^^^^^^ These are probably related but should be tested separately.

  • 500 Error after registering a new user. (User is created and can sign in)
  • Unicode is not being handled correctly (possibly a locale setting problem or conflict)
@amplifi
Copy link
Contributor

amplifi commented Jul 8, 2016

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.

@amplifi
Copy link
Contributor

amplifi commented Jul 11, 2016

Resolved: Can't upload xlsform and can't upload resources. S3 storage configuration complete with django-buckets package.

@seav seav added the bug label Jul 11, 2016
@amplifi
Copy link
Contributor

amplifi commented Jul 12, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants