Ah, so I also see that I'm getting the error `Erro...
# support-questions-legacy
j
Ah, so I also see that I'm getting the error
Error: Please make sure that the apiDomain and websiteDomain have correct values
. Here's my appInfo.js:
Copy code
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/",
  }
5 Views