https://supertokens.com/ logo
#general
Title
# general
a

anubhav

03/28/2022, 7:51 AM
I am using the recipe third party email password + passwordless in react when I click on the continue with google it gives me the following error Failed to load resource: the server responded with a status of 404 (Not Found) please help me.
n

nkshah2

03/28/2022, 8:10 AM
Hi @User , If I remember correctly you had a common command for starting your frontend and backend? If thats still accurate can you try running just your backend and see if it prints any errors?
a

anubhav

03/28/2022, 8:12 AM
sir this time i have used different recipe. And I have checked thrice that my code is exactly same as social authentication only. But it is not still working. please help me I have to give presentation today.
n

nkshah2

03/28/2022, 8:13 AM
Can you run your backend and make sure it logs with the port number?
a

anubhav

03/28/2022, 8:13 AM
ok sir let me check
n

nkshah2

03/28/2022, 8:13 AM
Also please send the config for Supertokens.init for both the frontend and backend (stripping any API keys)
a

anubhav

03/28/2022, 8:14 AM
yes sir it is logging the message API Server listening on port 3001
okay sir
backend
Frontend
n

nkshah2

03/28/2022, 8:22 AM
Yes, just give me a minute
a

anubhav

03/28/2022, 8:22 AM
okay sir
n

nkshah2

03/28/2022, 8:26 AM
@User I am DMing you a meet link
Just to summarise, the issue was that the apiBasePath and websiteBasePath for the backend config were missing
r

rp

03/28/2022, 8:37 AM
thanks @User