Hi, I am not able to get the cookie after I login via thirdparty provider. I am using supertokens-n...
a
Hi, I am not able to get the cookie after I login via thirdparty provider. I am using supertokens-node and supertokens-website. Can someone help here please?
r
can you enable debug logging and show the logs?
a
ok
here's the log
r
what are the logs on app start? And what are the response headers from the signinup request?
a
logs when the app starts
response header
r
and what is your request URL when you are querying the server?
a
this one?
r
so cookies are being returned from the response..
can you send me a screenshot of the request URL and also the cookie store AFTER the response?
a
r
are you using axios on the frontend?
a
yes
r
have u added axios interceptor when majking the API call to signinup
?
a
No, what I need to add there?
r
please see the docs 🙂
quick setup, frontend
a
Let me check that