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

Application Error on Successful Invite #165

Open
aspdotmike opened this issue May 27, 2017 · 1 comment
Open

Application Error on Successful Invite #165

aspdotmike opened this issue May 27, 2017 · 1 comment

Comments

@aspdotmike
Copy link

aspdotmike commented May 27, 2017

I deployed a fresh version of the app few minutes ago. Whenever I enter in an email, an application error occurs ( the user is successfully added on testflight )

2017-05-27T23:26:03.711723+00:00 app[web.1]: Creating a new tester: [email protected] - Remy Vo
2017-05-27T23:26:07.412972+00:00 app[web.1]: Successfully added tester: [email protected] to your account
2017-05-27T23:26:33.708868+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=POST path="/submit" host=website request_id=xxx fwd="23.241.88.11" dyno=web.1 connect=1ms service=30001ms status=503 bytes=0 protocol=https
2017-05-27T23:27:00.741924+00:00 app[web.1]: Successfully added tester to the default tester group in app: APP
2017-05-27T23:27:00.742575+00:00 app[web.1]:   Rendered invite/index.html.erb within layouts/application (0.3ms)
2017-05-27T23:27:00.743549+00:00 app[web.1]: Completed 200 OK in 57032ms (Views: 1.5ms)
Disconnected from log stream. There may be events happening that you do not see here! Attempting to reconnect...
2017-05-27T23:24:30.534895+00:00 heroku[router]: at=info method=GET path="/assets/application-xxx.css" host=website request_id=34e80d84-b472-4582-a927-39a5e81a3924 fwd="23.241.88.11" dyno=web.1 connect=1ms service=1ms status=304 bytes=48 protocol=https
2017-05-27T23:24:30.536958+00:00 heroku[router]: at=info method=GET path="/assets/application-xxxx.js" host=website request_id=92aa554e-bd30-44f6-9051-734eaee3e562 fwd="23.241.88.11" dyno=web.1 connect=1ms service=3ms status=304 bytes=48 protocol=https
2017-05-27T23:26:03.710198+00:00 app[web.1]: Started POST "/submit" for 23.241.88.11 at 2017-05-27 23:26:03 +0000
2017-05-27T23:26:03.711129+00:00 app[web.1]: Processing by InviteController#submit as HTML
2017-05-27T23:26:03.711176+00:00 app[web.1]:   Parameters: {"utf8"=>"✓", "authenticity_token"=>"xxxx==", "first_name"=>"Remy", "last_name"=>"Vo", "email"=>"[email protected]"}
2017-05-27T23:26:03.711723+00:00 app[web.1]: Creating a new tester: [email protected] - Remy Vo
2017-05-27T23:26:07.412972+00:00 app[web.1]: Successfully added tester: [email protected] to your account
2017-05-27T23:26:33.708868+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=POST path="/submit" host=website request_id=xxx fwd="23.241.88.11" dyno=web.1 connect=1ms service=30001ms status=503 bytes=0 protocol=https
2017-05-27T23:27:00.741924+00:00 app[web.1]: Successfully added tester to the default tester group in app: APP
2017-05-27T23:27:00.742575+00:00 app[web.1]:   Rendered invite/index.html.erb within layouts/application (0.3ms)
2017-05-27T23:27:00.743549+00:00 app[web.1]: Completed 200 OK in 57032ms (Views: 1.5ms)
@joshdholtz
Copy link
Member

@aspdotmike Heyy 👋 Are you still seeing this issue if you update to latest boarding and fastlane?

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