I am having some issues with Google Oauth2, i am following the Docs Tutorial (Using OAuth2 Connector with Google). It was all working fine but when i arrive at the part that i have to save my server action, and click the Open In Browser button it doens't work well. I don't know if the link that is in the tutorial is still active but when i paste it on my browser it shows me the error: "error": "invalid_request",
"error_description": "Invalid Credentials".
When it's supposed to show the log in google accounts it shows me an error.
I am writing this topic because i have a few questions/problems with the Oauth.
I've followed both facebook and google tutorials that are on wappler docs. However in both tutorials i get stuck in the same part. When i try to save my server action, and click the Open In Browser button it shows me an error in both platforms. Can somebody help me? I guess the problem is in the link that i put on the platforms (http://localhost:3000/login) wich is the link that the tutorial tells me to.