- Issue created by @mistergroove
- 🇬🇧United Kingdom mistergroove
I added these lines in my site settings.php:
// Force PHP to use IPv4 for all outgoing requests stream_context_set_default([ 'socket' => [ 'bindto' => '0.0.0.0:0', // Bind to any available IPv4 address ], ]);
Not sure if there's any other implications of that but it seems to fix my issue.
- 🇬🇧United Kingdom adamps
You are welcome to add it to the documentation. I'd rather not have it filling up the issue queue.