Replies: 1 comment
-
Hi, this is a problem that does not depend on this package. |
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
-
We are using HTTPS on orchid admin, after login success, we get this error, can not redirect successfully to admin panel:
Mixed Content: The page at 'https://XXX/admin/login' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://XXX/admin'. This request has been blocked; the content must be served over HTTPS.
But after refresh the page, it works right way, and other pages are all work well.
![image](https://user-images.githubusercontent.com/4382476/114993172-22d88980-9ece-11eb-937d-1df29e452e74.png)
Any idea about this problem?
I have set URL::forceScheme('https') in AppServiceProvider, and the browser shows the request is sent from here:
Beta Was this translation helpful? Give feedback.
All reactions