-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
APNS with Certificate :missing_provider_token #228
Comments
I have been facing this with latest elixir and OTP (1.13.4/25). Downgrading to elixir 1.11.X works. |
I can confirm it works with 1.11.x. Could this be a |
I tried on pigeon 1.6. I think it is more of a lower level erlang SSL/TLS issue because I saw the same behavior with Mint too (Mint is just a wrapper over the erlang library). |
seems like it's an OTP issue, OTP 24 works while 25 fails elixir 1.13.4-otp-24
erlang 24.3.4.3
...
{:pigeon, "~> 2.0.0-rc.1"} |
If I understand this correctly, pigeon currently does NOT work with OTP 25 as I just found out myself today. Why has this issue been closed? |
This threw me for a loop. Going to reopen and take a look this week. |
For the record I was able to fix this by updating to the latest version of Elixir and Erlang [25.2.1 and 1.14.3]. |
docker alpine + Elixir 1.14.0 + Erlang 25 = missing_provider_token |
Environment
Elixir 1.13.4 (compiled with Erlang/OTP 25)
macOS Monterey
{:pigeon, "~> 2.0.0-rc.0"}
Current behavior
Followed instructions here to populate files used below in
config.exs
:Push fails with
:missing_provider_token
Expected behavior
Push goes thru
How to debug ?
The text was updated successfully, but these errors were encountered: