Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixed Content: This request has been blocked; the content must be served over HTTPS. #55

Closed
VisaElectronic opened this issue May 17, 2024 · 1 comment

Comments

@VisaElectronic
Copy link

VisaElectronic commented May 17, 2024

Hello , I am getting error when trying to insert image using TinyMCE and Elfinder on server after set up https and domain.
Look like the elfinder still use old server ip address instead of new domain .
"require": {
"php": "^8.1",
"backpack/crud": "^6.6",
"backpack/filemanager": "^3.0",
"backpack/permissionmanager": "^7.2",
"backpack/theme-tabler": "^1.2",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.3",
"laravel/tinker": "^2.8",
"maatwebsite/excel": "^3.1"
}

Screen Shot 2024-05-17 at 1 35 21 PM

I am not sure the issue here, I am using nginx as proxy

@VisaElectronic VisaElectronic changed the title Mixed Content: The page at 'https://backpack.dev/admin/message/create' was loaded over HTTPS, but requested an insecure frame 'http://10.10.10.10/admin/elfinder/tinymce5'. This request has been blocked; the content must be served over HTTPS. Mixed Content: This request has been blocked; the content must be served over HTTPS. May 17, 2024
@VisaElectronic
Copy link
Author

The issue is fixed after running below command , I need clear cache in basset, not just laravel cache
php artisan basset:clear && php -d max_execution_time=120 artisan basset:cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant