You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Ubuntu 22.04 inside Parallels on an M1 Mac Air and I get the following error in the vhost-proxy logs when stopping and starting a Docksal project: [error] 1316#1316: *215 no live upstreams while connecting to upstream, client: 10.211.55.2, server: drupal.docksal.site, request: "GET /core/install.php HTTP/1.1", upstream: "http://drupal-web/core/install.php", host: "drupal.docksal.site"
In the web browser, the error is 502 Bad Gateway openresty/1.19.9.1
Docksal version: v1.17.0
fin version: 1.110.1
Steps to reproduce:
Get Docker and the latest Docksal installed inside the Ubuntu 22.04 VM (Parallels used).
Use fin create project to create a Drupal project named drupal using the Composer option.
When you go to drupal.docksal.site, you can see the install screen.
If you run fin project stop, then run fin project start, you'll get the 502 Bad Gateway error. This can happen if you stop the project, do a fin system stop and reboot the VM.
To get the error log run: fin docker logs docksal-vhost-proxy
The web and cli logs do not show any errors.
The text was updated successfully, but these errors were encountered:
I'm using Ubuntu 22.04 inside Parallels on an M1 Mac Air and I get the following error in the vhost-proxy logs when stopping and starting a Docksal project:
[error] 1316#1316: *215 no live upstreams while connecting to upstream, client: 10.211.55.2, server: drupal.docksal.site, request: "GET /core/install.php HTTP/1.1", upstream: "http://drupal-web/core/install.php", host: "drupal.docksal.site"
In the web browser, the error is
502 Bad Gateway openresty/1.19.9.1
Docksal version: v1.17.0
fin version: 1.110.1
Steps to reproduce:
fin create project
to create a Drupal project nameddrupal
using the Composer option.drupal.docksal.site
, you can see the install screen.fin project stop
, then runfin project start
, you'll get the502 Bad Gateway
error. This can happen if you stop the project, do afin system stop
and reboot the VM.fin docker logs docksal-vhost-proxy
The text was updated successfully, but these errors were encountered: