-
Notifications
You must be signed in to change notification settings - Fork 0
Description
For one POC- I have downloaded ServiceHub and ran it on one of our company Linux systems. It started successfully, and from the logs I can see that all required ports are in the listening state.
╔════════════════════════════════════════╗
║ ✓ All Services Running Successfully! ║
╚════════════════════════════════════════╝
📍 API Endpoints:
• HTTP: http://localhost:5153
• HTTPS: https://localhost:7252
• Swagger: http://localhost:5153/swagger
🌐 Web UI:
• http://localhost:3000
📋 Process IDs:
• API: 4144353
• UI: 4144536
I tried accessing the UI from my local system using: http://:3000, but I am unable to access it.
Could you please confirm whether any configuration changes are required in the ServiceHub files (for example, replacing localhost with the server hostname)?