Troubleshooting

Common installation errors

[::]:3030 failed (97: Address family not supported by protocol...

When installing or starting the server, you might encounter an error related to Nginx, as shown below:

1#1: socket() [::]:3030 failed (97: Address family not supported by protocol)
socket() [::]:3030 failed (97: Address family not supported by protocol)

This error indicates a problem with Nginx attempting to open a socket on an IPv6 address, which might not be supported in your network configuration.

Solution

  1. Add or update the following line:

UI_BAKERY_LISTEN_IP6=false
  1. Save the file and restart UI Bakery

docker compose down
docker compose up -d

Last updated