New Hub install not loading through UI

Recently installed the Hub on a new linux VM. Went through the install process and tried to browse to it and received a message saying “An unhandled error has occurred. Reload.” I reloaded and just continues to give the same message. Does anyone know where the log location is to see what the issue could be?

Fixed the issue. Had to update this file, looks like it was issue with hub and manager conflicting with the old ports that aren’t used anymore? Also had to input the IP of the host as I was browsing to it from another host.

sudo nano /opt/certify-hub/dist/wwwroot/appsettings.json
Update to:
{
“apiBase”: “http://172.20.4.190:8080
}

Thanks for raising this issue. That’s interesting that it tried to use localhost:44361 for the API as that should just be a dev default.

I’ll check what we’re currently distributing for the linux build as it should default to http://localhost:8080 instead with no modification.

We expect a new release today or early next week.