openhaystack icon indicating copy to clipboard operation
openhaystack copied to clipboard

OHServerApp proxy issue

Open tnorm32 opened this issue 2 years ago • 0 comments

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

tnorm32 avatar Dec 29 '22 04:12 tnorm32