You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ember Inspector shows the new name, otherAttribute and isDirty is true. But no request gets sent to the server.
Removing ember-sync and it works fine.
Any idea what the issue could be?
Edit: Storing offline seems to work though.
The text was updated successfully, but these errors were encountered:
Not really. As far as I can remember, it's covered by tests and should work. Unfortunately I'm busy on a project that's not using Ember Sync, so I can't debug it myself. If you could do that, which wouldn't be that hard imo, I can help you out by pointing the ways.
@kurko Yes, we switched to a different solution for that app. I would still love to get this to work because we will most likely revisit ember-sync for a future project.
I have the following code to create a new model:
This works fine and the model gets saved to the server.
At a later time (after the save has been successfully completed) the user enters something and the model gets updated as follows:
Ember Inspector shows the new name, otherAttribute and isDirty is true. But no request gets sent to the server.
Removing ember-sync and it works fine.
Any idea what the issue could be?
Edit: Storing offline seems to work though.
The text was updated successfully, but these errors were encountered: