Hi, when the React SDK is calling the GET Authoris...
# support-questions-legacy
g
Hi, when the React SDK is calling the GET Authorisation endpoint it's returning 404, but when the same url is called using postman or the browser, I'm able to get a response. Any clue why this would be happening?
r
Hey! Can you enable backend debug log and show the output when this api is called?
sure
this is when I get 404
when I'm calling from browser or postman
r
Oh right. It seems that you have initialised different recipes on the frontend and backend
Both should have thirdpartyemailpassword
g
oh okay, i have initialised third party and passwordless separately on backend, let me correct that
r
Ah. So you should initliase thirdpartypasswordless recipe on the backend
Just like how you have done in the frontend
g
Yep it worked
r
Nice!
g
Another question though 😅
These are my providers for multiple sources
How do I uniquely identify them while getting the redirect URI?
I'm only getting
google
as provider.ID
s
will share u a code snippet to do that in a while