You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.
Here's a fun error for when you have users with butterfingers like me. When logging into the local version (http://192.168.60.14), if the user presses enter before entering their password, it brings them to a 403 Forbidden page.
There doesn't seem to be robust error handling for typos, etc. My hacky workaround was vagrant destroy && vagrant up but there is surely a better way. 😁
ETA: maybe I should leave the username and password blank in the all config?
The text was updated successfully, but these errors were encountered:
OK, sounds like I should leave it blank. I'd recommend making that a bit more explicit in the README (looks like Shawn ran into similar questions around that in #8).
Here's a fun error for when you have users with butterfingers like me. When logging into the local version (http://192.168.60.14), if the user presses enter before entering their password, it brings them to a 403 Forbidden page.
There doesn't seem to be robust error handling for typos, etc. My hacky workaround was
vagrant destroy && vagrant up
but there is surely a better way. 😁ETA: maybe I should leave the username and password blank in the
all
config?The text was updated successfully, but these errors were encountered: