`thirdPartySignInAndUp` gives me the following err...
# support-questions-legacy
m
thirdPartySignInAndUp
gives me the following error. CORS configuration should be good as it works fine for normal sign in/up with credentials. Any ideas?
r
Hey @majskiy does the OPTIONS api pass? And the post api fail?
m
Yep, correct
r
What’s the status code of the response?
m
403
r
Right. Are you using aws lambda?
m
Let me clarify it with BE team
r
Seems odd that the other APIs pass and this one doesn’t. Especially since we don’t send 403 to the frontend
m
no, we do not use aws lambda
r
I see. I’m not sure if this 403 is coming from supertokens at all
So you will have to investigate yourself.