Cannot receive webhook from svix-server with python django #1123
dotrieuhai2k
started this conversation in
General
Replies: 1 comment
-
The whitelist configuration that you tried seems wrong (it's overly permissive + it'll block paly, try 0.0.0.0/0 to turn it off). Though we are missing a lot of information in this report. What's the error message you're seeing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm fresher in using webhook with svix-server. After i read a docs of svix, i tried implement it but it did not run as expected :
SVIX_WHITELIST_SUBNETS=[127.0.0.1/8]
Beta Was this translation helpful? Give feedback.
All reactions