https://supertokens.com/ logo
c

constantinos

06/21/2022, 2:18 PM
Why am I getting this error? Same setup was working fine locally on my other machine.
Using with hasura
r

rp

06/21/2022, 2:19 PM
You have probably provided some incorrect config in the appInfo object
Also, not sure why it's querying auth0.com..
check the value of apiDomain
c

constantinos

06/21/2022, 2:21 PM
apiDomain is set to
http://localhost:4000
r

rp

06/21/2022, 2:23 PM
are you sure? Cause i think it's set to auth0.com or something
can you enable frontend debug logs and show me the output?
c

constantinos

06/21/2022, 2:25 PM
oh I forgot I need to set those on the front end also
r

rp

06/21/2022, 2:25 PM
yup
c

constantinos

06/21/2022, 2:27 PM
Now its fine ty
r

rp

06/21/2022, 2:28 PM
great!
3 Views