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 was 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?
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 upbut there is surely a better way. 😁ETA: maybe I should leave the username and password blank in the
allconfig?