rmountjoy92 / DashMachine

Another web application bookmark dashboard, with fun features.
GNU General Public License v3.0
1.24k stars 121 forks source link

Cannot access login Screen #69

Closed rxmii4269 closed 4 years ago

rxmii4269 commented 4 years ago

I am trying to access the DashMachine web GUI and was greeted with an unauthorized page. This is a newly created container. Screenshot from 2020-03-28 15-48-08

rxmii4269 commented 4 years ago

Found the issue. had to explicitly route to the login page using "/login" Since you're using flask I suggest you utilized a redirect to the login page each time with a flash message.

rmountjoy92 commented 4 years ago

Thanks for the suggestion. There's not a redirect there for a reason. Also if you read the update notes before updating, you would have seen a warning about this.