Silabear
05/09/2023, 3:26 PMPUT
request with the valid headers and data, it returns 500, and the logs show Uncaught (in promise) TypeError: Incorrect type for Promise: the Promise did not resolve to 'Response'.
. I've been trying to fix this for a very long time, so any help would be appreciated!kian
05/09/2023, 3:26 PMreturn new Response("helo mate")
kian
05/09/2023, 3:26 PMSilabear
05/09/2023, 3:28 PMSilabear
05/09/2023, 3:29 PMhttps://cdn.discordapp.com/attachments/1105516065284444250/1105516866430050394/image.png▾
kian
05/09/2023, 3:29 PMreturn "no, go away"
is also wrongSilabear
05/09/2023, 3:30 PMDani Foldi
05/09/2023, 3:30 PM"helo mate"
, a string - which should be return new Response("helo mate")
Silabear
05/09/2023, 3:30 PMSilabear
05/09/2023, 3:31 PMSilabear
05/09/2023, 3:31 PMSilabear
05/09/2023, 3:32 PMworker.js:15 Uncaught (in promise) ReferenceError: Record is not defined
at Object.fetch (worker.js:15:27)
Dani Foldi
05/09/2023, 3:33 PM{}
Dani Foldi
05/09/2023, 3:33 PMSilabear
05/09/2023, 3:34 PMSilabear
05/09/2023, 3:34 PMSilabear
05/09/2023, 3:34 PM