I created a app with React Native, a NodeJS Backend and MongoDB as a Database. I created the free MongoDB Sandbox on MongoDB Atlas for testing. While testing the App with my friends there occoured the problem, that when 2 persons refresh the App at the same time (Request data from the DB at the same time) sometimes the data which gets displayed on the app is obviously wrong. It feels like that the Database or the Server (which is deployed on Heroku) are mixing the 2 requests up somehow.
Maybe there is someone out there, who got the same problem.
Thanks in advance for your answers!
2.1m questions
2.1m answers
60 comments
57.0k users