Open sivanaikk opened 1 year ago
The request is going from HTTPS to HTTP when I submit the form. I want to stay convert to HTTPS.
"https://example.domain.com/admin/auth/login" to "http//example.domain.com/admin/auth/login"
when I try to submit it, It's showing
i tired with the same problem
It worked.
I change false to true in config/admin.php to access from HTTPS
Description:
The request is going from HTTPS to HTTP when I submit the form. I want to stay convert to HTTPS.
"https://example.domain.com/admin/auth/login" to "http//example.domain.com/admin/auth/login"
when I try to submit it, It's showing
Steps To Reproduce: