Why am I getting this error? Same setup was workin...
# general
c
Why am I getting this error? Same setup was working fine locally on my other machine.
Using with hasura
r
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
apiDomain is set to
http://localhost:4000
r
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
oh I forgot I need to set those on the front end also
r
yup
c
Now its fine ty
r
great!
3 Views