This repository was archived by the owner on Feb 7, 2025. It is now read-only.
https url #5387
Unanswered
anonymous33rus
asked this question in
Q&A
https url
#5387
Replies: 2 comments 1 reply
-
It's something related to your server / Laravel configuration. Try to configure Trusted proxies as explained in Laravel docs |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you check the html source does the meta tag "assets-path" contain the http url? Bu as @MrCrayon said this is standard Laravel: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version information
Description of problem
Mixed Content: The page at 'https://site.pro/admin/posts/create' was loaded over HTTPS, but requested an insecure stylesheet 'http://site.pro/admin/voyager-assets?path=js/skins/voyager/skin.min.css'. This request has been blocked; the content must be served over HTTPS.
Additional context
How to solve this problem? the .env file specifies a domain with https. executed the command to the console (php artisan optimize
) If you look at the html code of the page, you can see that https is not on all links. I ask for help.
Beta Was this translation helpful? Give feedback.
All reactions