DeskGap icon indicating copy to clipboard operation
DeskGap copied to clipboard

Can't fetch data in js script

Open iamrenaud opened this issue 5 years ago • 0 comments

My code

      fetch("endpoint",
        {
          method: "get"
        }
        ).then((res) => console.log(res))
        .catch((err) => console.log(error));

Getting TypeError: failed to fetch

iamrenaud avatar Mar 31 '21 08:03 iamrenaud