Local Server and Client Seems To Run - But Can't Login. Click button, nothing happens
Mitman93 opened this issue · 2 comments
Mitman93 commented
Been scratching my head on this one for a while. I initially had a connection error but fixed it by changing "proxy": "http://localhost:5000", to "proxy": "http://127.0.0.1:5000",
Now, the server starts up successfully. And I can launch the client successfully. But when I click the Login with Google button, nothing happens. I have valid Google client ID + client secret. So not really sure why it's not working.
Anil-matcha commented
Do you observer any errors in your console logs in browser ? Can you share ?
It might be possible it's a configuration issue
Anil-matcha commented
Closing due to inactivity