We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Context: Apple sign-in worked fine until a week ago when the company moved the app to Kamal. We started getting this error:
ActionController::InvalidAuthenticityToken (HTTP Origin header (https://appleid.apple.com/) didn’t match request.base_url (https://www.myapp.com/))
I found some suggestions to forward the X-Forwarded-Proto header so I configured it in Kamal but it didn't fix the issue.
X-Forwarded-Proto
I also found a suggestion to set the Origin header to your own domain, but I don't think that's configurable with Kamal.
Origin
Any other ideas or help fixing this issue is appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context: Apple sign-in worked fine until a week ago when the company moved the app to Kamal. We started getting this error:
I found some suggestions to forward the
X-Forwarded-Proto
header so I configured it in Kamal but it didn't fix the issue.I also found a suggestion to set the
Origin
header to your own domain, but I don't think that's configurable with Kamal.Any other ideas or help fixing this issue is appreciated.
The text was updated successfully, but these errors were encountered: