Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

No CSS when loading from http://localhost:8000 or any other ports. #114

Open
edetscript opened this issue Nov 25, 2017 · 1 comment
Open

Comments

@edetscript
Copy link

After running "php artisan serve" using http://localhost:8000 loads slowly and continuously "waiting for localhost at browser" how can i solve this.

@edetscript edetscript changed the title No CSS when loading from http://localhost:8000 or port 8080 No CSS when loading from http://localhost:8000 or any other ports. Nov 25, 2017
@edetscript
Copy link
Author

@summerblue @overtrue Trying to deploy on a production server pointing to a domain name and am getting this error "ConnectionException in AbstractConnection.php line 155: Connection refused [tcp://127.0.0.1:8080]"
heres my database.php >>

'redis' => [

    'cluster' => false,

    'default' => [
        'host'     => env('REDIS_HOST', 'localhost'),
        'password' => env('REDIS_PASSWORD', null),
        'port'     => env('REDIS_PORT', 8080),
        'database' => 0,
    ],

    'session' => [
          'host'     => env('REDIS_HOST', 'localhost'),
          'password' => env('REDIS_PASSWORD', null),
          'port'     => env('REDIS_PORT', 8080),
          'database' => 1,

What can i do now, Help urgently needed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant