Hello, I have a new question :D. When some one ...
# support-questions
b
Hello, I have a new question :D. When some one sign in I'm sending
Supertokens
cookies and extra cookies to front end, however when we implemented thirdParty auth via social media , these cookies are always rejected and i can only access
Supertokens
ones , note i need these cookies to communicate to other service.
r
Are the Set-cookie headers being sent back by the server with the custom cookies? You can find this in the response headers in the APi call.
b
Nah these are not sent to the Auth server any more
Cookies from back end are sent and confirmed that are sent properly
via postman
but when i upgraded the front to use thirdParty component
r
Are you setting the cookies for a different domain than the ones you are expecting them to be going to?
b
No same domain
Using microservices
with two different front application
r
Can you show me the set-cookie headers that are being sent?
b
part using CMS and part with nextjs
we need to authenticate users in both cms and nextjs
so we send extra cookies
Give me second please will ask my friend to take a picture and forward it to you
The one with
legacy-user-id=xxxxxxxxxxxxxxxxxx
value
is never consumed in front end
r
Maybe cause the cookie's expiry is invalid? and the path is
=/=undefined
? Which is again an invalid value.
So maybe check how you are setting cookies..
b
Will recheck with him
r
cool
b
Please bro one question out of context
What is the type of SignIn , signUp , ResetPassword
for Thirdparty
in the whole application we are using
thirdpartyemailandpassword
Because just before changing to import
ThirdPartyEmailandpassword
Everything was working
r
So thirdparty recipe doesn't have
SignIn , signUp , ResetPassword
.
b
I've just made types to as any
And it is working
Hopefuly
r
alright!
b
Like that i receive the cookies
And I think my fellow removed [...path] from back end
r
im really not sure how to help you here. The custom cookie being set is something out of the scope of supertokens
b
Yea totally agree