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
the first rule : i can't access the backend version 2.
my backend version 1 didnt have marks and its work properly, but on update their added object request.
the backend need object request for example
{
"file": file,
"track": "bali",
"marks" : [ // these the marks what i mean .
{
id: 1,
name: "yogi"
}
]
}
i have use .toString and toTypedArray but get an errors, the server cant accept the request.
same issue : #386 AND #226
the first rule : i can't access the backend version 2.
my backend version 1 didnt have marks and its work properly, but on update their added object request.
the backend need object request for example
i have use
.toString
andtoTypedArray
but get an errors, the server cant accept the request.anyone have solution with this FAN Library ?
The text was updated successfully, but these errors were encountered: