Hi, I am not able to get the cookie after I login ...
# general
h
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?
h
ok
here's the log
r
what are the logs on app start? And what are the response headers from the signinup request?
h
logs when the app starts
response header
r
and what is your request URL when you are querying the server?
h
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?
h
r
are you using axios on the frontend?
h
yes
r
have u added axios interceptor when majking the API call to signinup
?
h
No, what I need to add there?
r
please see the docs 🙂
quick setup, frontend
h
Let me check that
2 Views