Hey, everyone. I’m trying to build an app where user can register and login using Google account. I follow up tutorial to setup Google OAuth in wappler. But When I click to view in browser, I’m getting this error. Please Help @Teodor @patrick @ben @George
Teodor
September 18, 2023, 11:37am
2
Please check:
You can easily debug issues related to server-side processing such as - form not sending email, record not inserting or updating, query not showing data etc.
The first thing you need to do is to open the server connect settings. They are located in the Workflows Panel > Server Actions:
[Screenshot 2021-09-27 at 10.02.35]
And enable the Debug Mode:
[Screenshot 2021-09-27 at 10.03.08]
Click Save:
[Screenshot 2021-09-27 at 10.03.26]
In your browser, open the Developer tools. If you don’t k…
also, there’s no need to tag people in every topic you create. We see all the topics.
I’m getting this error. May be it’s a bug or something. I’m using Wappler 5.8.2
Teodor
September 18, 2023, 12:06pm
4
What version of PHP are you using on your server?
Default PHP version provided by wappler.
patrick
September 18, 2023, 12:25pm
7
Updated the script, please test.
Oauth2.zip (3.3 KB) unzip to dmxConnectLib/lib/oauth
.
Now I’m getting this error…
Or sometimes this error…
Teodor
September 18, 2023, 1:29pm
9
vyakritidev:
This error means you’ve most probably not properly configured the redirect uri, there are a lot of posts if you google this error: authentication - Google OAuth 2 authorization - Error: redirect_uri_mismatch - Stack Overflow