VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
457 stars 216 forks source link

NotFound Error While Trying to Access the Administration Area #2317

Closed gunduru closed 4 years ago

gunduru commented 4 years ago

Description of Issue

Links for the Web GUI is broken for both https and http setup. Online documentation also mentiones /vc/index.html but this is not present either https://localhost:8443/admin/login.html http://localhost:8080/admin/login.html

Affected Version

Latest

Screenshots

Screen Shot 2020-04-21 at 12 54 15

Expected

A login page is expected

Actual

not found page

Steps to Reproduce

  1. Fresh install from github master
  2. vcfg for a central instance
  3. start volttron
  4. reach default welcome page
  5. click the administration area link and you get not found

Additional Details

craig8 commented 4 years ago

@gunduru Thank you for your report! Please make sure you are using develop or the 7 pre release not master as v7 hasn't been pushed to master as of yet.

gunduru commented 4 years ago

Thanks a lot, just tried with releases/7.x branch and it's working now

craig8 commented 4 years ago

@gunduru Awesome! Glad it works for you!