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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Hi, I think the format of the respons is correct according to the documentation, but it returns the following error.
respons:
{"message":"Creation Failed",
"errors":{
"name":["Name is required."]
}
} error Invalid attempt to iterate non-iterable instance. In order to be iterable, non-array objects must have a Symbol.iterator method.
Where am I making mistake?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I think the format of the respons is correct according to the documentation, but it returns the following error.
respons:
{"message":"Creation Failed",
"errors":{
"name":["Name is required."]
}
}
error
Invalid attempt to iterate non-iterable instance. In order to be iterable, non-array objects must have a Symbol.iterator method.
Where am I making mistake?
Thanks
The text was updated successfully, but these errors were encountered: