-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Unable to start Parse Server 7.4.0 in VS Code Debug Mode: Push Adapter fails with "Adapter prototype don't match expected prototype" #9517
Comments
Thanks for opening this issue!
|
I also noticed this error on versions < 7.4.0. |
Have the same issue, but no crash with node 20.x |
Thanks for reporting, we're actively looking into this issue. |
@3011felix yep agreed on it happening with node > 22.11. I think VS Code debug mode was running a different version of node unbeknownst to me. The PR @dblythy made (#9524) fixes this issue for me. |
🎉 This change has been released in version 8.0.0-alpha.2 |
Reopen for #9525 |
New Issue Checklist
Issue Description
After upgrading my server to Parse Server 7.4.0, I discovered that I no longer can start the server with VS Code's debugger. You can actually fix this issue by fully disabling the push worker and adding the following to your Parse config:
Steps to reproduce
Actual Outcome
In my console, I get the following error:
Expected Outcome
Parse Server starts up normally.
Environment
Server
7.4.0
MacOS 14.6.1
Local
Database
MongoDB
n/a
Mongodb
Logs
The text was updated successfully, but these errors were encountered: