Thanks for the info @zlaczo,
However, the new website works properly when using the IP address (34.91.218.162) or a fake domain (34.91.218.162.nip.io).
I just noticed that the application is redirecting all the requests to the IP address of the instance
$ curl -LI 34.91.218.162.nip.io
HTTP/1.1 302 Found
Date: Mon, 23 Nov 2020 08:32:16 GMT
Server: Apache/2.4.46 (Unix) OpenSSL/1.1.1d
X-Powered-By: PHP/7.2.33
Location: http://34.91.218.162/
Content-Type: text/html; charset=utf-8
That can be the issue with the load balancer. Can you configure the application with your domain and then point the load balancer to the new instance again?
https://docs.bitnami.com/google/apps/prestashop/administration/update-ip-hostname/