Hi everyone. 👋 I hosted my supertokens core behi...
# support-questions-legacy
m
Hi everyone. 👋 I hosted my supertokens core behind a reverse proxy at example.com/supertokens. I'm using
connectionURI: 'https://example.com/supertokens/'
, but it seems like my backend is trying to make requests like
https://example.com/apiversion
. Does supoertokens support using a base path/prefix for the connectionURI? Seems like it is ignored.
2 Views