Google Oauth2 Broken, Need to update to N8N 1.75+
-
Hi,
The current version of n8n is broken, all workflows that use Google Oauth2 API return this error:
Unable to sign without access tokenn8n solved this issue in the version 1.75
Issue: https://github.com/n8n-io/n8n/pull/12563
Changelog: https://github.com/n8n-io/n8n/pull/12618How I can update to 1.75.0? I know its in pre-release but I need my workflows to work ASAP. Thanks
-
Okay so for those with the same problem.. it's possible to fix on 1.74.3 (Current version of Cloudron) by following these steps:
- Set N8N_PROXY_HOPS to 1 in your ENV, then restart your n8n instance.
- DELETED the credential and recreate it (Modifying it don't work, you need to delete and recreate!)
- Update your workflow
And it will works.