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
I followed the tutorial and tried to build a prototype based on what I learned. I couldn't get an entry to save. I looked around and found nothing.
Then, I downloaded this project and tried it to realize it had the same problem I have with my prototype. Entries can be created, but when editing and saving, the modifications won't persist.
If you edit a contact entry and then save it, you'll se the modifications if you go back into that contact's record, but they wont persist after a page load. I looked at a record object and the data seems to have the new values, but an attribute named Raw data seems to keep the old data.
Is this an issue with the localstorage proxy or is this an issue with how the data is being saved?
The text was updated successfully, but these errors were encountered:
Hi,
I followed the tutorial and tried to build a prototype based on what I learned. I couldn't get an entry to save. I looked around and found nothing.
Then, I downloaded this project and tried it to realize it had the same problem I have with my prototype. Entries can be created, but when editing and saving, the modifications won't persist.
If you edit a contact entry and then save it, you'll se the modifications if you go back into that contact's record, but they wont persist after a page load. I looked at a record object and the data seems to have the new values, but an attribute named Raw data seems to keep the old data.
Is this an issue with the localstorage proxy or is this an issue with how the data is being saved?
The text was updated successfully, but these errors were encountered: