web app on Raspian Stretch- 2018r1

Is anyone able to access a web app run on raspian built with 2018r1? A web browser just hangs on opening “name.local:8080”. Same thing in a remote debugger but unable to quit the debugged app with the IDE. I have to kill the process on the pi to free up the IDE.

Did you install libunwind ?

Yes, libunwind got installed first thing. A simple console app runs fine.

Have you tried with IP instead? Maybe it’s not resolving.

Got the same with the ip address that remote debugger prints out.
Here’s Remote debugger’s print out after running remote debugger

pi@balcony:~ $ ./Desktop/RemoteDebuggerConsole/RemoteDebuggerConsole
Machine Name: balcony
Download Directory: Downloads
IP Address: 192.168.1.29 X
Port: 44553
Max Connections: 3
Launch After Unpack: true
Public Stub: true
07:34:45 AM: Binding New StubLocator to port: 44553
07:34:45 AM: StubLocator New: Connected
ServerSocket1 is Listening on 192.168.1.29:44553

here’s after running my test app

07:36:05 AM: Connection established
07:36:05 AM: Stub<-IDE HELLO, 18.1.0a0, Protocol: 6, Local IP: 192.168.1.29
07:36:05 AM: Using protocol version 6
07:36:05 AM: IDE Version supported
07:36:05 AM: Stub->IDE OLLEH, 1.9.063, 6, Remote Address: 192.168.1.8
07:36:05 AM: Stub<-IDE PLATFORM-REQUEST
07:36:05 AM: Stub->IDE PLATFORM-RESPONSE, Linux, ARM, ELF, Linux 4.14.34-v7+ Raspbian GNU/Linux 9
\l
07:36:11 AM: Stub<-IDE CREATEFILE, DebugPhotoUp.tar.gz, Relative path: True,
07:36:11 AM: Stub->IDE CHALLENGE, 123EBF 192.168.1.29 192.168.1.8
07:36:11 AM: Waiting for RESPONSE
07:36:11 AM: Got a RESPONSE packet, about to decrypt
07:36:11 AM: Stub<-IDE RESPONSE, 123EC0 192.168.1.8 192.168.1.2907:36:11 AM: Response accepted
07:36:11 AM: Creating file: /home/pi/Desktop/RemoteDebuggerConsole/Downloads/DebugPhotoUp.tar.gz
07:36:11 AM: Created the file list
07:36:11 AM: Added the file or folder to the file list
07:36:11 AM: Stub->IDE FILECREATION, File ID: 0, Status: 0
07:36:11 AM: Stub<-IDE FILEINFO, File ID: 0, Size: 1.939154e+7, Compressed: False, Stub Delete: False
07:36:11 AM: 1024.0 KB/18.5 MB 5%
07:36:11 AM: 2.0 MB/18.5 MB 11%
07:36:11 AM: 3.0 MB/18.5 MB 16%
07:36:11 AM: 4.0 MB/18.5 MB 22%
07:36:11 AM: 5.0 MB/18.5 MB 27%
07:36:11 AM: 6.0 MB/18.5 MB 32%
07:36:12 AM: 7.0 MB/18.5 MB 38%
07:36:12 AM: 8.0 MB/18.5 MB 43%
07:36:12 AM: 9.0 MB/18.5 MB 49%
07:36:12 AM: 10.0 MB/18.5 MB 54%
07:36:12 AM: 11.0 MB/18.5 MB 59%
07:36:12 AM: 12.0 MB/18.5 MB 65%
07:36:12 AM: 13.0 MB/18.5 MB 70%
07:36:12 AM: 14.0 MB/18.5 MB 76%
07:36:12 AM: 15.0 MB/18.5 MB 81%
07:36:12 AM: 16.0 MB/18.5 MB 87%
07:36:13 AM: 17.0 MB/18.5 MB 92%
07:36:13 AM: 18.0 MB/18.5 MB 97%
07:36:13 AM: 18.5 MB/18.5 MB 100%
07:36:13 AM: Stub->IDE FILEWRITTEN, File ID: 0, Status: 0
07:36:13 AM: Stub<-IDE FILELAUNCH, File ID: 0, Launch in Terminal: False, Command line args:
07:36:13 AM: Stub->IDE CHALLENGE, 123EC1 192.168.1.29 192.168.1.8
07:36:13 AM: Got a RESPONSE packet, about to decrypt
07:36:13 AM: Stub<-IDE RESPONSE, 123EC2 192.168.1.8 192.168.1.2907:36:13 AM: Response accepted
07:36:13 AM: Decompressing DebugPhotoUp.tar.gz
07:36:14 AM: Untarring DebugPhotoUp.tar
07:36:18 AM: Launching DebugPhotoUp

Here’s after I quit app from IDE

Application is ready

07:37:40 AM: /home/pi/Desktop/RemoteDebuggerConsole/Downloads/DebugPhotoUp.tar.gz was launched
07:37:40 AM: Stub->IDE FILELAUNCHED, File ID: 0

Are you using the debugger stub that shipped with 2018r1?

Yes I am.
Still curious if anyone has successfully used a web app on Raspian Stretch.