Is not running after converted into an express app.
lifeCycleObserver running.
_See Reporting Issues for more tips on writing good issues_
You need to call the following:
await lb4app.boot();
await lb4app.start()
if you have multiple express apps , you will receive an exception because the port is already in use
Yes. I鈥檓 working on a fix to disable Http listening for lb4 app.
Do you have an approximate time for that release?
The quick workaround is to have lb4 app listening a different port with host 127.0.0.1.
PR https://github.com/strongloop/loopback-next/pull/3879 is in progress.