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
Uh oh!
There was an error while loading. Please reload this page.
-
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.

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