I using Dawn theme, and tried setting up the subcription page but failed.
My site is pmhung.com
I use Nodejs (started (v20.17.0))
Could anyone know how to fix it?
I assume you are self hosting, right?
Looking at my browser console when I open your site, I see this:
The page at 'https://pmhung.com/' was loaded over HTTPS, but requested an insecure resource 'http://pmhung.com/members/api/member/'
My assumption: in your configuration file you have your url set as http://pmhung.com
, not as https://pmhung.com
. Try updating the protocol to https
.
2 Likes
I updated it and It works.
Thank you so much
Have a good day jannis
2 Likes