Hi,
https://supertokens.com/docs/passwordless/custom-ui/login-magic-link
I am at the first step where I am calling the sendMagicLink function on continue button, and My apiInfo object is
appInfo: {
appName: "Testing",
websiteDomain:"http://localhost:3000",
apiDomain: "https://syngy-dev.tuml.in",
},
and I am getting cors error,
what am I doing wrong or I am missing anything?