Description
Check out this issue for an ideal bug report. The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
- [ x] You've met the prerequisites.
- [x ] You're running the latest version of Parse Server.
- [x ] You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Parse server(s), dashboard, and mongo database running via docker.
Everything works fine with one server. I added another server for a new app, linked the same mongo database container to the bother parse-server instances, and when i got to my dashboard, the apps are sharing data. I would have expected the parse-server to be using some sort of unique identifier allowing multiple apps to share a database, but i am not that familiar with how mongo works.
I can "fix" this easily enough by having each server use its own mongo instance, but I just want to make sure Im not doing something wrong with my current implementation.