Troubleshooting installation errors
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:
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
Open UI Bakery
.env
(Updating UI Bakery ENV variables guide)Add or update the following line:
Save the file and restart UI Bakery
Escaping special characters
Sometimes when using special characters in your environment variables, like &, $, %, the variables may not be escaped properly. To fix it, put the variable value in quotes like this:
If you have an older version of Docker installed, you may need to use double quotes instead.
Last updated