Ro
Ro
I am a spanish native speaker also, I'd be glad to help. How do we start, by making PRs, merges?
> While we wait for this, hopefully this helps. > > ```shell > npm uninstall react-google-login > npm install @leecheuk/react-google-login > ``` > > `@leecheuk/react-google-login` is a fork of `anthonyjgrove/react-google-login`...
Thanks for your quick response, I will try later on and let you know. (I couldn't open an issue in your repo) OS: Ubuntu 22.04
Hi @mrsahabu actually at first I get the blank screen and just a few seconds later it becomes red. I have no error messages though, just a red screen. Below...
Hello, I am facing the same issue, I've tryed everything. My server is at localhost. **Server** ``` const app = express(); app.use(cookieParser()); app.use(cors(corsOptions)); app.use(credentials) app.use(express.json()); app.use(express.urlencoded({ extended: true })); ```...