I am trying to use `web_hook` after `settings` flo...
# talk-kratos
d
I am trying to use
web_hook
after
settings
flow config is but the
webhook_url
is not reachable
@bland-eye-99092 @magnificent-energy-493 Help please🙏
l
I had the same issue and if I used my own internal IP instead of 127.0.0.1 it worked, probably related to the docker container needed to contact an outside service
d
So how does the pther flow urls work ie login url, registratiion …??
Internal Ip??
l
something like 192.168.x.x for example, not the local loop
d
you mean map 192.168.x.x to localhost in etc/host at local?? SInce I have my server locally at l27.0.0.1??
Sorry if it sounds dumb😅
l
no just use your IP 192.168.x.x. in the configuration for the webhook endpoint
d
Thanks it worked.
Seems like it directly looks for a public DNS isn’t it