Im having an error on my fetch api that is link to an outside URL , it is all working last week but now it is showing this error:
./pages/test.tsx:45:33
Syntax error: Unterminated string constant.
43 |
44 | var formdata = new FormData(e.target);
45 | const response = await fetch(“https:
This is my code:
const response = await fetch("https://mistop.com/grow", {method: "POST",body: formdata,});
Error Image: Image