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
Sounds like it's trying to do an update instead of a create, are you sure you have put the createHandler (or the defaultHandler) in your API endpoint?
A snippet of your code would be useful
Whenever I try to create a new record, I get a "Element does not exist" error toast (a xhr post call returns
{data: null}
.Did I miss something?
The text was updated successfully, but these errors were encountered: