openhaystack
openhaystack copied to clipboard
OHServerApp proxy issue
Hi Guys,
I am able to compile and run the OHServerApp from Xcode, however port 8080 is not opened from localhost or LAN.
Note: HTTPServer in the vapor package (defaultHostname) was changed to 0.0.0.0 but still no luck. (as mentioned in: mac os proxy help #132 )
I checked the console for verbose while the server is running and it's blank, there is only a loading icon next to Run.
However i did notice there was a build warning that came up in Xcode that says sendSynchronousRequest is deprecated in the console.
Could this have anything to do with OHServerApp not being able to start Vapor?
Thanks