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
Ran into this when I didn't put story as an optional belongs_to. The endpoint fails silently and the UI doesn't indicate that anything has gone wrong. Then when you submit another paragraph, the update also fails silently. :face_palm:
The text was updated successfully, but these errors were encountered:
this is slightly improved with the turbo frames version, but still not great. At least now it doesn't appear to be working. There is a long loading bar and then it goes away when the console error appears. Still nothing in the UI though
what is the solution here? display a message if the app is offline? move to save in local storage before syncing? Full offline support seems like too large an effort. Displaying an offline message would be a good place to start.
Ran into this when I didn't put
story
as an optional belongs_to. The endpoint fails silently and the UI doesn't indicate that anything has gone wrong. Then when you submit another paragraph, the update also fails silently. :face_palm:The text was updated successfully, but these errors were encountered: