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 installed this plugin and the data I was posting wasn't correctly being formatted as JSON. On my console, its type appeared as [object Object]:. To fix it, I added emulateJSON: true to #createOptions return value.
I installed this plugin and the data I was posting wasn't correctly being formatted as JSON. On my console, its type appeared as
[object Object]:. To fix it, I addedemulateJSON: trueto#createOptionsreturn value.