I just installed Pinegrow 4.9 on my Macbook Air with High Sierra 10.13.5.
I get an error in Pinegrow:
+++
Pinegrow can’t function without its internal webserver
Ups… we have a problem! Pinegrow was unable to start its internal webserver. The server is required for Pinegrow to function correctly…
+++
I did this to solve the problem (and nothing worked):
-
Firewall was not active
-
Restarting computer
-
Shell, netstat -lnt | grep 40000 - there is nothing which listens on Port 40000, the default port for Pinegrow listening
-
I changed in Pinegrow, menu Support - Settings the internal webserver from 127.0.0.1:40000 to 127.0.0.1:30900 (nothing is running on this port) -> does not help
-
I changed in Pinegrow, menu Support - Settings the internal webserver from 127.0.0.1:40000 to :: and Port 40000 (nothing is running on this port) -> does not help
-
Now I turned ON the mac-firewall. Add exception for Pinegrow-programm. Nothing changed, does not help
-
I changed in Pinegrow, menu Support - Settings the internal webserver from 127.0.0.1:40000 to 10.95.95.2 (my current ip address!!!) and Port 40000 (nothing is running on this port) -> there is a new error message from my mac-firewall:
+++
Allow network connection?
Should Pinegrow accept network connections from ::ffff:10.95.81.75
Local connections are always allowed . Restart Pinegrow to flush the allowed and the blocked lists.
Block | Allow
+++
I choose allow. Now it’s working!
Maybe this helps someone.