-
Notifications
You must be signed in to change notification settings - Fork 1
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
Connecting to Firebase fails with invalid URL, scheme is not http #162
Comments
I have tried applying a suggested fix from #159 by reverting ebc1804, but unfortunately this didn't solve the problem - productlabteam@1cd5c64 The error is exactly the same:
|
If we take a look at it's Cargo.toml, we might notice the lack of a specified TLS implementation for
You can see an explanation of why that's an issue here: seanmonstar/reqwest#2161 This was later fixed in this commit, adding a Unfortunately firebae-cm 0.3.0 has had breaking changes, and cannot be directly updated to without making changes to hedwig's codebase. |
We made a fork of You can use our fixed fork of hedwig, or you can apply the patch directly: productlabteam@b7883b5 |
Since upgrading to Hedwig 2.1.0 the connection to Firebase fails.
This is printed to the log:
ERROR matrix_hedwig::error: fcm error: error sending request for url (https://fcm.googleapis.com/v1/projects/<snip>/messages:send): error trying to connect: invalid URL, scheme is not http
This is a duplicate of #159, which was closed without the bug actually being fixed.
The text was updated successfully, but these errors were encountered: