So, interestingly, as I kept trying over and over, something caught my eye, up in the actual Chrome browser window I saw a shield icon pop up when i clicked "Register". Chrome was seeing my app as an unauthenticated script or something. So I told it to allow, and now it seems to be working. So far... Anyone else run into this?
Cloud9 Auth Links Not Working
I installed Laravel onto a Cloud9 server, and installed auth using "php artisan make:auth".
I refreshed the page to see the "Login" and "Register" links prominently displayed in the upper right of the browser window as expected.
But if I click the links, they do nothing... absolutely nothing. I double-checked to make sure that "Auth::routes()" was added to web.php and it was. I'd rather have an error message. That I could do something with.
Anyone know why this behavior would be happening?
PS - as an added bonus, if I add "/home" to the end of the URL in the online IDE browser, it just spins and loads nothing. No error or anything again in that case.
Thanks.
Please or to participate in this conversation.