Hey I am trying to test out Super Tokens on a Redw...
# support-questions-legacy
m
Hey I am trying to test out Super Tokens on a Redwood App using the the Discord Social login. When I use the default try.supertokens.io it works fine but when I try to use a local core I just get a "No SuperTokens core available to query" error.
Copy code
js
supertokens: {
    connectionURI: 'https://try.supertokens.io',
  },
Copy code
js
supertokens: {
    connectionURI: 'http://localhost:3567/',
  },
I have checked multiple times and the core is accessible on that port returning the hello. I have also tried changing the port as well, and tried using https but nothing i do seems to connect to the local core? The database for the core is also set up according to the [docs]() and i have also doubled check that it has created correctly. Any one got any suggestions on how to get this working?
3 Views