Wkhtmltopdf + Docker Exit with code 1 due to network error: UnknownContentError

790 Views Asked by At

I remove container and volume for one of my set containers (using docker-compose). I "recreate", but I cannot be able to access to another container app url. Docker network seems broken. Here is the error :

The exit status code '1' says something went wrong:
stderr: "Loading pages (1/6)
[>                                                           ] 0%
[======>                                                     ] 10%
[==========>                                                 ] 18%
[===========================>                                ] 45%
[============================>                               ] 48%
[==============================>                             ] 50%
Warning: SSL error ignored                                        
[====================================>                       ] 61%
Error: Failed to load https://xxxxxx.....
...
...
Done                                                                      
Exit with code 1 due to network error: UnknownContentError

How to fix this? Thanks

0

There are 0 best solutions below