Hi all,
I need to get some value from Wix and store it frappe for that I’m trying to use Wix webhook. Wix webhook does not support http.so I need to use https how to do this on my local machine or is there anyway to get data from Wix
use ngrok
If I tried this link on https://5943-103-7-80-250.ngrok-free.app browser then I click to view site it redirects to
Not Found
5943-103-7-80-250.ngrok-free.app does not exist
give hostname in site_config.jsonn file of ngrok generated url.
after that stop bench and start again
example
“host_name”: “https://abc123.ngrok.io”
i added this on my localhost site_config.json file still it shows doesn’t exist on browser
ngrok http 8000 --host-header=one.localhost
use this command for run site using ngrok
sitename : one.localhost
2 Likes
Now it’s working thanks