You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When using gc listen, the webhooks are forwarded using 'dial tcp' lookup for the hostname. This seems to bypass the DNS routing that Laravel Valet sets up and results in a "no such host" error.
# Example
gc listen -f "http://localvaletsite.test/admin/webhooks/gateway/go-cardless"# Result
2023/05/22 07:36:00 Error: Post "http://localvaletsite.test/admin/webhooks/gateway/go-cardless": dial tcp: lookup localvaletsite.test on 8.8.8.8:53: no such host
I've tried just forwarding to a php artisan serve endpoint as well, but that doesn't seem to resolve either.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When using
gc listen
, the webhooks are forwarded using 'dial tcp' lookup for the hostname. This seems to bypass the DNS routing that Laravel Valet sets up and results in a "no such host" error.I've tried just forwarding to a
php artisan serve
endpoint as well, but that doesn't seem to resolve either.The text was updated successfully, but these errors were encountered: