fulsiram
fulsiram
I have faced exactly the same issue today, adding `extra_hosts: host.docker.internal:host-gateway` to the chrome service seems to resolve the issue: ```diff chrome: image: browserless/chrome:1.61.0-puppeteer-21.4.1 restart: unless-stopped + extra_hosts: + -...
> popping up url is `http://localhost:10000/default/clq88uc3q000010wd1s05hdjl/resumes/clq88xnkp000310wd07cxohpb.pdf` > If I manually change the 'localhost' into the IP of self-host machine running service, It start downloading. Change `STORAGE_URL` in app's environment variable...