Marti
Marti
TTCTheo's Typesafe Cult
Created by vedbew on 10/19/2023 in #questions
CORS error
try this on your headers
6 replies
TTCTheo's Typesafe Cult
Created by vedbew on 10/19/2023 in #questions
CORS error
{
"Content-Type": "application/json"
}
{
"Content-Type": "application/json"
}
6 replies
TTCTheo's Typesafe Cult
Created by vedbew on 10/19/2023 in #questions
CORS error
it might be a problem with your headers, iirc axios has some predefined headers already, but you have to manually include them for native fetch
6 replies