Im trying to connect to Google Sheets but I`m getting this error at the oAuthCallback.
Error invalid_request: Could not determine client ID from request.
Am I missing something?
I found the issue.
It is in the component Google Authentication Core > GoogleLogin_TriggerCallback action that was not saving correctly the new state value after Google login.
To not change the forge module logic I just added the word "new" to the access token so it can create a record in the database to be updated after Google Authentication.
Now its working.