DragonFly DB hosted on AWS ECS show (blocked:mixed-content) on js and css pages #1925
Replies: 1 comment 1 reply
-
Thank you @kkalchuri-solutelabs, that's a nice catch! I'll fix it shortly, it should be available on the next release |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi Team,
I hosted DragonFly DB on my AWS ECS cluster and connected it to an ALB and added a CNAME to it.
While the Dragonfly Index page shows the attached image content only.
On further investigation I found that
status_page.js
andstatus_page.css
shows (blocked:mixed-content) error.Looks like these pages are being loaded from a http site.
i.e http://static.dragonflydb.io/data-plane/status_page.css and http://static.dragonflydb.io/data-plane/status_page.js
I am using a default DragonFly DB image in my ECS.
Is there a way to solve this error and shows the full content of DragonFly
Beta Was this translation helpful? Give feedback.
All reactions