BB Green wifi unable to 'login' to setup SSID

I was able to workaround the login/oauth issue, but I still have the problem with not being redirected to the WIFI/SSID login page so that I can configure & save credentials through the app.



When I connect to my ‘beaglebone-xxxx’ on the bbgw, it gets connected, I get an IP, but it does NOT redirect me to the SSID login page as shown in the user guide. I’ve tried from multiple devices, I’ve enabled popups - removed all browser security actually - which is how I discovered the unrelated oauth issue.



Please assist - is there a device url where I can launch the ssid login screen manually - I cannot seem to find it searching the linux directories.



Regarding the oauth issue…the problem is that the oauth credentials are stored in the github_login.js file on line 10. Since I do not own that credential, I cannot login to oauth/github to update the domain to include .7.2/beaglebone.local as authorized sources. The workaround for me was: create my own oauth app, create my own github app, integrate the two (<LINK_TEXT text=“https://coderwall.com/p/sjbwcq/javascri … -for-oauth”>https://coderwall.com/p/sjbwcq/javascript-github-social-login-button-for-oauth</LINK_TEXT> )…then, replace the token on line 10 with the own created in the process above. Now, when I refresh, and click the login…I am prompted to login with my credentials to github, where the oauth app is authorized, and i get logged in. However…this is not the wifi connection redirect page.