a year ago
I'm trying to connect Google's oauth2-credential to the n8n but I just realized that if in this version of the N8n with Webhook processor it doesn't work and when I connect to the normal n8n it works perfectly
0 Replies
this is my google setup.
URI 01 - is disabled
URI 02 - is the N8n with Webhooks Processor
URI 03 - This is the default n8n
a year ago
I have never used n8n ever
a year ago
I also don't know what "normal" in "normal n8n" is referring to here
a year ago
won't it need webhook processors to be able to setup oAuth with Google?
yes but the version with webhook processors does not work with google but the old version without webhook processors works.
a year ago
you'd need to find out what the differences between the two are
a year ago
please don't ping <#727685388893945877> #5
a year ago
I'd appreciate if you could use English, very few people speak Portuguese
and how do I get support? I already created this call 4 days ago and I have not received a response
a year ago
this is community support, please be patient
a year ago
have you tried solving this yourself, by looking at the differences in the setups and trying to eliminate any differences? this is just a configuration issue after all
I tried to see everything I could see differently but I couldn't find it.
I just installed this version created by jack and it doesn't work.
I installed the old version and it works perfectly.
From what I've seen, the only difference is the issue of workers, but I'll investigate further here.
thanks
a year ago
Just because it has webhook processors wouldn’t change anything besides coming to production node execution of webhooks.
a year ago
Do you also have a picture of the error in the webhook processor version as opposed to the regular display?
a year ago
It’s also not the “old version”, it’s simply the latest version of n8n with workers, the only addition in the webhook processor template is the addition and incorporation of a webhook processor service.
I believe it is an error in the webhook module because when I try to create a workflow with a webhook and call this webhook via the http request node in another workspace it gives an error and shows me this here:
ERROR: The resource you are requesting could not be found
webhook link for an n8n project without Worker and without Webhook processor:
https://primary-production-aee1.up.railway.app/webhook-test/7e339fed-8929-4085-b366-eedda8828848
webhook link of an n8n project with Webhook processsor:
a year ago
I can’t access those webhooks they’re not listening. In addition, read this remark to understand why that happens. I’ll make sure I add it to the template description to mitigate confusion. https://discord.com/channels/713503345364697088/1203039311272878174/1203702558733107241
The Webhook processor took me an hour or so to get right, there are some settings that need tweaking/ There have been updates to n8n since the railway template's release. It's 100% worth reading this an getting familar with the variables and you can get everything to work nicely https://docs.n8n.io/hosting/scaling/queue-mode/
3 months ago
would you mind stating what you needed to change exactly so that the template creator can update his template?
Yeah, the template by default uses public urls for redis, which increases latency by about 200ms per request in my testing. However there was a recent n8n update that allows connecting to redis via ipv6 so the this flag can be added QUEUE_BULL_REDIS_DUALSTACK=true
to all of the n8n instances. All of the redis vars can be updated as well to use the interal redis url and ports. Just doing that greatly improves performance!
3 months ago
I knew about that, but from your message it seems like you eluded to changes that fixes something broken with the template? this just speeds redis access up is all
3 months ago
gotcha, thank you, I've passed that information on to the creator
3 months ago
the creator has informed me that they have updated it, thank you!
3 months ago
!s
Status changed to Solved brody • 3 months ago