Dionera / laravel-beanstalkd-admin-ui

An Admin UI for Beanstalkd and Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Theme is not applied

factormaarten opened this issue · comments

Hi there,

I just installed your admin. The stats are working but the interface is not. The css is loaded in the html but the page shows up like this. How can I solve this?

image

The console output says that you're loading the page over https but the stylesheets get requested over http. Can you check your APP_URL variable in your .env file and verify that it is pointing to the https version of the page?

I assume it currently looks like this (note the protocol):

APP_ENV=http://cryptoactivetraders.com

It should be

APP_ENV=https://cryptoactivetraders.com

Closing due to inactivity. Feel free to reopen if you have questions.