Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

WallyJ's avatar

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.

0 likes
2 replies
WallyJ's avatar

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?

WallyJ's avatar

Now I'm running into the following error: Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN) Class 'PDO' not found

I manually installed PDO via the command line, but can't perform a "service httpd restart".

It won't stop the service to start it again. Then I realized the first issue is why I left Paiza Cloud in the first place, thinking it was their fault.

Loaded up Paiza again and now I click on the "Register" link and I receive this error:

Please use HTTPS(SSL) instead of HTTP to access the URL.

I figure this is a Paiza issue, but I can't find anything online about that particular error.

Why can't anyone make an online IDE that runs smooth like Laragon does locally. Any advise would be appreciated.

Please or to participate in this conversation.