Hello, I’m creating this topic following Ricardo’s words on this topic : Google Analytics API
I’m having troubles connecting to Oauth 2 for Google APIs currently. I set up all the connection based on your documentation, but at the end I always have the same error message : “{“code”:404,“message”:“The requested webhook “GET rest/oauth2-credential/callback” is not registered.”,“stack”:“ResponseError: The requested webhook “GET rest/oauth2-credential/callback” is not registered.\n at ActiveWorkflowRunner.executeWebhook (/usr/local/lib/node_modules/n8n/dist/src/ActiveWorkflowRunner.js:55:19)\n at async /usr/local/lib/node_modules/n8n/dist/src/Server.js:1084:28”}”
My ops team have secured our hosted n8n by filtering IP addresses so that only the IP address of our company can access it. Do you think the problem could be that, preventing Google to send the callback?
If you think it could be that, what should we do? Allow all possible Google IP addresses? Or tell to my ops team to find another way to secure our hosted n8n?
Thanks,
Have a great day!