Closed FlyingHeartl closed 6 months ago
Hi @FlyingHeartl, I had the same problem. I changed the DNS in the server's network settings to Google ones and I solved it (8.8.8.8, 8.8.4.4).
Check the net config in:
cd /etc/netplan
In my case
network:
version: 2
renderer: networkd
ethernets:
ens192:
dhcp4: no
dhcp6: no
addresses:
- XX.XX.XX.XX/24
gateway4: XX.XX.XX.XX
nameservers:
addresses: [8.8.8.8,8.8.4.4]
change the nameservers
After sudo netplan apply
check setting whit resolvectl status
UNIT3D Version
8.0.2
PHP & Platform
8.0.36-0ubuntu0.20.04.1
Laravel verion
10.48.4
Have you done this?
Expectation
tmdb API error
Description
tmdb api error
Stack trace & logs
Upvote & Fund