Hey, i configured ST to use with nestJS, but all t...
# support-questions-legacy
d
Hey, i configured ST to use with nestJS, but all time when i try to access endpoint which i declared in appInfo -> apiBasePath app return me 404. Where can be potential errors in my app?
r
hey @damian_w
can you enable backend debug logs and show me the output of when you call the API?
d
Thanks for the respond, i didn't check backend setup where is information about endpoint which will be POST /auth/signin/signin not /auth/singin which we declare in config file. I think good option will be to standarize this part of app
r
/auth/signin/signin is wrong. So im not sure why that's working. See the spec here: https://app.swaggerhub.com/apis/supertokens/FDI
d
r
Thats shown cause you have set the apiBasePath to
/auth/signin
if you set the apiBasePath to just
/auth
, then those paths qwill change