@rp I am running the supertokens core using docker run command ( I am using aws RDS service for the MYSQL database) . If I uses the core in my single system only, then everything works fine, but the issue arises when the core is also running on other systems. In short I got an Supertokens general error exception when the core is running on more than one system. I don't know why it is showing this strange behaviour.
r
rp
03/20/2023, 6:53 AM
hey @HimanshuKukreja when you visit the /hello API of the core on your browser, what do you get?
h
HimanshuKukreja
03/20/2023, 6:53 AM
hello in both the systems
r
rp
03/20/2023, 6:54 AM
right. So the core is working fine
it's an issue with the backend SDK not being able to connect to the core
have you checked the firewall setting?
h
HimanshuKukreja
03/20/2023, 6:55 AM
The database is common for both the cores (RDS) could this be a issue??
r
rp
03/20/2023, 6:55 AM
not really
the core seems to be working fine since the hello API responded successfully
h
HimanshuKukreja
03/20/2023, 7:15 AM
If I run the two cores in same system (locally) but with different port numbers, it works fine that is my code works properly without any error. But the issue arises when the other core is running on other pc
r
rp
03/20/2023, 7:43 AM
this might be a network / firewall issue. So im not sure if i can help here