ClientResyncMode.Discard doesn't discard the local changes

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None

      I have attached a repro project. To reproduce:

      1. Run ROS locally or update config.json with a cloud url.
      2. `npm install && npm run start`. In the logs you should get an error message that the class `Foo` is not in the schema.
      3. Open Studio and find the newly created realm: `/~/foo`.
      4. Create a new class, called `Foo` with a property.
      5. Run `npm run start` again and observe that the message is now `Foos: 0`
      6. Delete the Realm from Studio
      7. Run `npm run start` again and observe that the message is still `Foos: 0` - that means that the schema was somehow recreated, even though the expected outcome in the client reset case would be that the local file is discarded.

            Assignee:
            Kenneth Geisshirt (Inactive)
            Reporter:
            Nikola Irinchev
            Archiver:
            Marc Greenfield

              Created:
              Updated:
              Resolved:
              Archived: