You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
Sorry for the delayed response,
The "Use Custom Server" fix with https://api.pushjet.io makes subscriptions/registering/etc work, but messages still get 404'd
In the picture just below, you can see 2 SSL'd requests from pushjet, and one non-SSL'd pushjet request
Do you know when will the #14 update be pushed to the PlayStore?
According to my packet capturer,
GET /message?uuid=*******-**__-_-__-_***********
on api.pushjet.io over HTTP just gives a 404
This might be because the app automatically changes https to http
Valid: https://api.pushjet.io/message
Invalid: http://api.pushjet.io/message
The text was updated successfully, but these errors were encountered: