Manuel
Manuel
Running again...
Started CI
@Vishal4real Feel free to just go ahead and submit a PR. We do not assign issues. As long as there is a linked, published PR that is actively being worked...
Are you able to reproduce this without using the Parse Dashboard push UI, for example in Cloud Code or the REST API UI in Parse Dashboard? To determine whether this...
> The server logs also show a Postgres query limitation: > error:Postgres doesn't support this query type yet ["e_NgpzQw8xiY8..."] Could you clarify for each of the 4 cases: - Is...
@AnahitaHonarmandian does the issue still exist, or can this issue be closed?
@wagnercsfilho Note that the file trigger syntax has changed in Parse Server 7: ``` Parse.Cloud.afterSave(Parse.File, request => { }); ``` See https://github.com/parse-community/parse-server/pull/8855. It seems the docs still need to be...
@jimnor0xF you wrote https://github.com/parse-community/parse-server-push-adapter/issues/219#issuecomment-1685309133; could you please elaborate a bit what's to do here, if anything? cc @mman
It seems the required PR has been merged today: https://github.com/firebase/firebase-admin-node/pull/2550 Could we already start to prepare a PR that works with that change?
From https://github.com/firebase/firebase-admin-node/issues/2488#issuecomment-2251304450: > This can be enabled by using the enableLegacyTransport() method. This method is already marked as deprecated and will be removed once the HTTP/2 transport is considered fully...