Hello, I am trying to deploy host my backend in a ...
# support-questions-legacy
l
Hello, I am trying to deploy host my backend in a k8s cluster and I've got everything up and running except the hosting of the supetokens instance that at the moment throws this error (see picture) "Unknown API called" I've searched without getting any hits att all for this error. Is there something specific I need to think about when hosting my supertokens instance in my k8s kluster? Does anyone know why it's throwing this error and what it means? Thanks in advance for any help!
r
hey! there is no API on the
/
route. Try querying the
/hello
route.
@Lindo (Hannes Colt)
l
The /hello route answered! So that works correctly, currently I am getting this error when I query the supertokens instance eaither directly from the backend or when i try to login via clientside that then goes via the backend, I am assuming it's my SUPERTOKENS_CONNECTION_URI variable that's configured incorrectly, but my supertokens instance is hosted at http://auth-dev.prima/farmo/network which is what I am querying. What I am wondering is if you know where I should point my backend if that's not working?
r
So just to clarify, the hello API is reachable via http://auth-dev.prima/farmo/network/hello?
l
Exactly!
l
Thank you!