-
-
Notifications
You must be signed in to change notification settings - Fork 600
fix: Remove push config causing parse-server 9.1.1 compatibility issue #2850
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
base: dependabot/npm_and_yarn/parse-server-9.1.1
Are you sure you want to change the base?
fix: Remove push config causing parse-server 9.1.1 compatibility issue #2850
Conversation
Bumps [parse-server](https://github.com/parse-community/parse-server) from 8.6.0 to 9.1.1. - [Release notes](https://github.com/parse-community/parse-server/releases) - [Changelog](https://github.com/parse-community/parse-server/blob/alpha/CHANGELOG.md) - [Commits](parse-community/parse-server@8.6.0...9.1.1) --- updated-dependencies: - dependency-name: parse-server dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
… 9.1.1 Co-authored-by: mtrezza <5673677+mtrezza@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
babbd7a to
8c2bbe4
Compare
Pull Request
Issue
Parse-server 9.1.1 requires Firebase service account when Android/FCM push config is present. Integration tests failed during server initialization with:
Error: Firebase service account is required for Android/FCM push notificationsApproach
Removed unused push notification configuration from integration test helper (
integration/test/helper.js). The config served no test purpose and only contained placeholder values that triggered the new validation.Tasks
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.