Hello, I have a question regarding SuperTokens Core - how to debug issues related to it? App is working fine for me (dockerized), but for my friend which is running it on local machine it's throwing an error "No SuperTokens core available to query" - this occurs while trying to register (I removed post from support-questions)
r
rp_st
03/14/2022, 4:16 PM
Hi @User , what is the connection URI that person is using? And is their backend process running in a docker container?
t
TaRaNTuLaH
03/14/2022, 4:19 PM
everything is running locally for that person (I am wondering if it's even possible to run Supertokens without docker in some easy way?) Regarding URI - I am gonna ask, but I will try to pursue docker way 😛
r
rp_st
03/14/2022, 4:20 PM
It is possible to run without docker. You can download our zip and install it on your system.
t
TaRaNTuLaH
03/14/2022, 4:21 PM
Okay, makes sense 🙂 Thanks! He decided to go with the dockerized way(and it works), sorry for the trouble!