Hello, @fghaas @foadlind
Can you please help me with the following.
I was trying webhook-receiver
plugin. I have tested it in my local (tutor dev). I have tested creating orders by using http://local.overhang.io:8090/webhooks/shopify/order/create
url when running in my local. And it was successful. It enrolled the user with the email which was passed in the payload.
Now I am trying it in a test production server. This is the running container.
eb89aad69db7 webhookreceiver:2.3.1 "/bin/sh -c 'gunicor…" 2 hours ago Up 4 minutes 0.0.0.0:8090->8090/tcp, :::8090->8090/tcp tutor_local-webhookreceiver-1
What url can I use to make API call to the webhooks/shopify/order/create
. I have tried webhooks.mylmsurl.com
but that url is not reachable.
Do you think I might have made some mistake in some configs?
Here is the some of the config value from config.yml
WEBHOOKRECEIVER_HOST: webhooks.mylmsurl.com
WEBHOOKRECEIVER_LMS_ROOT_URL: https://mylmsurl.com