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

Email Address Already Registered for New Users + No TestFlight Emails Sent #180

Open
mattbarker016 opened this issue Sep 29, 2017 · 2 comments

Comments

@mattbarker016
Copy link

mattbarker016 commented Sep 29, 2017

I continually get "Email address already registered" for brand new users, and they are not emailed a TestFlight code, nor added in the TestFlight app. I'm deploying from Heroku with the base options, I tried having a password-token at first. What's going on?

Edit: I believe there have been no emails because the build is "Waiting for Review", but the already registered email continually comes up, even when I've deleted testers or tried brand new emails

@taquitos
Copy link
Collaborator

This looks related to: #146

Could you share the server log when running it? Thanks 👍

@mattbarker016
Copy link
Author

mattbarker016 commented Sep 30, 2017

After deleting all tester emails in a group, I get this. I did get a success message with a completely new email address, but it seems emails that have been entered before are remembered.

2017-09-30T00:00:43.986004+00:00 heroku[router]: at=info method=GET path="/assets/application-f60234b773e4108bf3a23e1803575b1537cdb89e41b5d54103ab4442d9173afc.css" host=tcat-appdev.herokuapp.com request_id=bb1ad025-f4fd-437d-afd0-da9c6723a8f6 fwd="128.84.124.134" dyno=web.1 connect=0ms service=1ms status=304 bytes=48 protocol=https
2017-09-30T00:01:15.090178+00:00 app[web.1]: Started POST "/submit" for 128.84.124.134 at 2017-09-30 00:01:15 +0000
2017-09-30T00:01:15.090942+00:00 app[web.1]: Processing by InviteController#submit as HTML
2017-09-30T00:01:15.090991+00:00 app[web.1]:   Parameters: {"utf8"=>"✓", "authenticity_token"=>"We93ZwP46Ie3/8cnZb33hQU3nlzKOfSjPjb1v+W/cJgsbC73QZODLbXR3scJzsggPpBEFNX/3UicJIahzMggEA==", "first_name"=>"Matt", "last_name"=>"Barker", "email"=>"[email protected]"}
2017-09-30T00:01:15.091895+00:00 app[web.1]: Creating a new tester: [email protected] - Matt Barker
2017-09-30T00:01:16.832746+00:00 app[web.1]: Found existing tester [email protected]
2017-09-30T00:01:17.477550+00:00 heroku[router]: at=info method=POST path="/submit" host=tcat-appdev.herokuapp.com request_id=d3f6bee8-6bec-4087-8e84-77a96737fa4e fwd="128.84.124.134" dyno=web.1 connect=0ms service=2392ms status=200 bytes=2439 protocol=https
2017-09-30T00:01:17.549118+00:00 heroku[router]: at=info method=GET path="/assets/application-f60234b773e4108bf3a23e1803575b1537cdb89e41b5d54103ab4442d9173afc.css" host=tcat-appdev.herokuapp.com request_id=2b2c03f1-a668-4bb0-9dc2-92d3d423abc9 fwd="128.84.124.134" dyno=web.1 connect=1ms service=4ms status=304 bytes=48 protocol=https
2017-09-30T00:01:17.477791+00:00 app[web.1]: Successfully added tester to group(s): v0 Beta in app: TCAT
2017-09-30T00:01:17.478498+00:00 app[web.1]:   Rendered invite/index.html.erb within layouts/application (0.3ms)
2017-09-30T00:01:17.479413+00:00 app[web.1]: Completed 200 OK in 2388ms (Views: 1.5ms)
2017-09-30T00:01:17.603592+00:00 heroku[router]: at=info method=GET path="/assets/application-3242170f28b3708d4591ea0b3f7ddfc4e4c9c6e182222d74f01449e323a3dbb7.js" host=tcat-appdev.herokuapp.com request_id=6202539d-2618-4707-a8ee-c38c49f486c7 fwd="128.84.124.134" dyno=web.1 connect=0ms service=1ms status=304 bytes=48 protocol=https````

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

No branches or pull requests

2 participants