Hey <@U058K9JHJRW> - nothing significant has chang...
# ory-network
h
Hey @prehistoric-knife-48976 - nothing significant has changed on our end. Are you still experiencing this issue? A 502 error means that you’re encountering a timeout. Maybe the ngrok target is offline?
p
This message contains interactive elements.
In the ngrok dashboard it doesn’t even show any requests reaching the target
s
webhook failed with status code 404
from the logs
are you sure that the ngrok url is correct?
p
Yes
I don’t have a paid ngrok account, so I have to switch the url every two hours, but I always update the project config when I do that.
s
https://7db6-2601-681-77e-21e0-e1db-979d-a7f2-8381.ngrok.io/hooks/ory that one was contacted at 15:29 CET (so 30 mins ago)
it gives me an error as well
it is the same URL also for the last webhook call at 15:59
so the config was not updated since then
p
K, I just updated it to check it, and still getting that 502 error code. The curl request returns forbidden error code, which is what I’d expect given the IP address constraints I implemented'.
s
I see a different ngrok url in the webhook at 1604, but it is still a 404, also still the same error when I try to visit it directly
p
Looks like deleting and recreating the ngrok account worked: https://stackoverflow.com/questions/54490499/tunnel-not-found
h
awesome!
so in the end it was an ngrok issue?
p
Yes