Rafał Słota
Rafał Słota
Hi @MarcoLude , Do you happen to use silent push notifications or regular ones?
Hi @rajeshkumar114433 , Is the issue still present? My initial exploration of this topic resulted in the following conclusions: Issue is probably not related to MongoosePush - `pool_timeout` error is...
> @rslota what do we want to do with this PR? Adjust it to master and merge, or close? We either add tests and officially add pushy support (merge this)...
Hi @raobilal28 , The error states: ``` 2019-12-15T00:22:14.228 [error] pid= Required authentication elements are missing. Got: key=, team=, p8_file=/opt/app/lib/mongoose_push-2.0.0-beta.2/priv/apns/token.p8 ``` which clearly means that your FCM token is miss-configured. Please...
@ghard @raobilal28 , I'm sorry, I confused FCM with APNS here - indeed this is APNS related issue. @raobilal28 , Please go to https://github.com/esl/MongoosePush/releases and pick the latest 1.0.x release...
@ghard , There are two separate "issues" I can see here: 1. The `UNREGISTERED` error should not be HTTP 500 - I have no idea why this happens, as this...
@ghard , Actually, the error codes you show very much suggest you're using `v2` API. Can you confirm that? If so, just try to switch to `v3`, the only changes...
Indeed, even though documentation reflects `v3` changes (error code list), examples still show `v2` in URL's - will fix that.
Swagger is disabled in `prod` right now, only available when compiling from source in `dev` environment. In `2.1` this will be configurable.
Yeah, that's true. I'll be pushing for external documentation anyway very soon, as `README.md` gets very crowded already - maybe Swagger (OpenAPI 3.0 after `2.1` release) could be part of...