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
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)
The text was updated successfully, but these errors were encountered:
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 )
The text was updated successfully, but these errors were encountered: