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 tried to make a request to my server with a formdata payload, but for some reason i kept getting cors errors even with the headers being set on my server.
I then discovered that my server require a boundary enitiy along with the formData, but seems callapi wasn't setting it
The text was updated successfully, but these errors were encountered:
Issue Type
Description
I tried to make a request to my server with a formdata payload, but for some reason i kept getting cors errors even with the headers being set on my server.
I then discovered that my server require a boundary enitiy along with the formData, but seems callapi wasn't setting it
The text was updated successfully, but these errors were encountered: