mirai_miki
12/20/2023, 11:57 AMjs
supertokens: {
connectionURI: 'https://try.supertokens.io',
},
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?