I am creating a kit based app and want to run a microservice through the extension in the kit application. I have tried running sample microservice extension via kit based app… but localhost:8211/docs is unreachable then… Not Sure how do I run those microservice extension via kit based app… Also tried different ports i.e., 8011/8111. Please find attached screenshots.
I think I figured it out. Not all of the required dependencies are pulled in when you enable the tutorials. Here’s what I downloaded and activated to make it work:
omniverse.services.tutorials.setup
omni.services.tutorials.menu
omni.services.tutorials.one
omni.services.tutorials.two
omni.services.transport.server.base
omni.services.transport.server.http
omni.services.core
omni.services.facilities.database.base
omni.services.facilities.base
When these are enabled, the web pages will be served on port 8011 for you Kit-based app.