juliemecca
12/14/2021, 5:11 AMError: Please make sure that the apiDomain and websiteDomain have correct values
. Here's my appInfo.js:
export const appInfo = {
// learn more about this on https://supertokens.io/docs/thirdpartyemailpassword/appinfo
appName: "App",
apiDomain: "http://localhost:3000",
websiteDomain: "http://locahost:3000",
apiBasePath: "/api/auth/",
}