HTTPS not displaying side menu in admin
-
Hello I deployed my web project and successfully applied an SSL cert with AWS. But it won't display the side menu in admin (as well as set the selected panel as "active", see image below). For reference:
in HTTPS:
with no cert/localhost:
I really have no idea
-
Hi @bpmanzo,
Please check the
.env
is your APP_URL is right and also runphp artisan config:cache
after change. -
@devansh-webkul said in HTTPS not displaying side menu in admin:
php artisan config:cache
I'm facing exactly same issue.I've checked the app_url and tried above command but still not working.