-
Notifications
You must be signed in to change notification settings - Fork 191
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
A new tester doesn't get added to TestFlight #247
Comments
Can confirm I'm also seeing this issue. |
I'm away from my desk for most of today but I will look into later tonight or tomorrow morning! |
Any movement on this issue? I’m also seeing it. |
Same here @joshdholtz :s Any way we can help debug this? |
Update: it works fine if you add the users to a group, i.e. set env variable |
I just tried to deploy the latest version of the boarding app and when I try to add a new tester, it shows that I was successfully added as a new tester, but I didn't get an invite email and I'm not able to find myself when I check on TestFlight. I think this block of code doesn't get executed
boarding/app/services/boarding_service.rb
Lines 95 to 99 in 8a3619e
I tried adding logs with
response.status
andresponse.body
to verify and I don't see them in the console either.The text was updated successfully, but these errors were encountered: