-
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
Random heroku 403 forbidden errors #202
Comments
Actually it seems I have have set the APP_ID incorrectly. I fixed it and haven't been able to reproduce the failure. |
Nope..still randomly getting failures.. |
Same. |
Do you happen to have any Heroku logs for what is causing this 403? |
I will ask about logs. For what it's worth, here's the error message that's printed to the boarding page itself:
|
Here's an application log file. |
I have exactly the same issue. I just rebooted all my dynos in the heroku dashboard for now, and it is working again. Will investigate if the issue reappears and keep you updated if I find a solution. |
After searching through the Fastlane org's repos and looking at similar
issues, it looks like this is an issue with iTunes Connect authentication
going stale. For now, I've just set our dynos to restart every hour.
…On Mon, May 7, 2018 at 2:54 AM Michael Kugler ***@***.***> wrote:
I have exactly the same issue.
Do you have any news on this?
I just rebooted all my dynos in the heroku dashboard for now, and it is
working again.
Will investigate if the issue reappears and keep you updated if I find a
solution.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#202 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE_CPfuwPHqGIJte-cvSOxX7BxV--v5pks5twBnPgaJpZM4SiOTi>
.
|
@nzeltzer any tips for auto restarting heroku to work around this problem? Not a heroku expert here. |
This is still happening now on a newly created boarding site. Will try the auto-restarting. |
Do you think a 2FA account might have no issues with the authentication stale issue? |
I recently created a boarding app and started getting emails from my beta users about a crash.
After looking at the website all I see is a
REASON: <pre>FORBIDDEN <pre>
.Whats odd is that restarting the dynos on heroku resolves the issue but only for a certain amount of time until it happens again. I've now restarted it 4 times. It's strange since the application isn't being overworked. Memory usage is usually below 22% and throughput is <1rps. The dynos are Hobby Dev.
Any ideas?
The text was updated successfully, but these errors were encountered: