TypeError: fetch failed

Hi folks, I’m having this error that prevents me from using amp.
This is happening from remote connections,

Any clue?

1 Like

Hey @isudoajl

  1. What version of the extension are you using? Please make sure it is up to date
  2. Go to settings and rotate your key and copy and paste it into Amp

Please follow up with any updates. Thanks!

Thanks for your time.

The problem was this rule:

sudo iptables -t nat -A OUTPUT -p tcp --dport 80 -j REDIRECT --to-port 8080
sudo iptables -t nat -A OUTPUT -p tcp --dport 443 -j REDIRECT --to-port 8443

Oh interesting thanks for letting us know, this is very helpful.