Hi guys, noob question: I am trying to override t...
# support-questions
r
Hi guys, noob question: I am trying to override the
emailPasswordSignUpPOST
api
on the backend. How to see if it's reaching the function? My
console.log('test')
are not appearing, the ones in the
backendConfig
. My sign up is succesful in the supertokens dashboard. Is there some kind of logging that I can see what happens after the
emailPasswordSignUpPOST
?
r
hey @Rob Schilder
r
Hey
r
there is no logging on the backend other than you adding a console log (like you have done). If your console log is not being called, then most likely, you have added the override in the wrong place. Can I see your code?
r
You are right, I must have forgot something.
r
hmm. but none of the console logs are getting printed out?
r
nope
r
and you are using TS or JS?
r
TS
r
most likely a caching issue then
can you make sure you have rebuilt everything?
r
I am using turborepo
you mean I should build everything again
it could be the case, let me do it
r
maybe print something out where you know that the code is being executed for sure and see if that gets printed out
r
omg you were right @rp. how are you so smart
thanks
r
you're welcome 🙂
r
could I ask you one question regarding logic? Not an issue perse. Or do I need to make a new thread?
r
If it's totally unrelated to this, then make another thread please.
r
Okay