XBackBone icon indicating copy to clipboard operation
XBackBone copied to clipboard

Got broken after installed

Open ptr1226 opened this issue 2 years ago • 3 comments

System Info

  • PHP Version: 7.3
  • XBackBone Version: Latest (downloaded today)
  • Webserver: Apache
  • Database backend: SQLite

Describe the bug

The website is just fully broken after i installed, i didnt even touch nothing, the installer was fine tho.

image image

To Reproduce Steps to reproduce the behavior:

  1. Install it

Logs XBackBone and/or webserver logs. log-2023-04-21.txt

ptr1226 avatar Apr 21 '23 16:04 ptr1226

had the same problem, using Nginx Proxy Manager depeneds on http/https got it fixed after trying like 300 times

patryck507 avatar May 07 '23 16:05 patryck507

i have the same issue. In my case i was able to track down the issue easily...

i got myself a nice .app domain. The usage the HTTP Protocol with the .app-TLD is not allowed (see https://icannwiki.org/.app and https://blog.google/technology/developers/introducing-app-more-secure-home-apps-web/). Browsers and Mobile Appications Frameworks with an Web Engine require anything to be served over HTTPS, encrypted and secure.

The Problem: this Project somehow decides to serve static Content over HTTP and anything else via HTTPS.

Any Browser complains with "Mixed-Content" -> serving on HTTP and HTTPS where only HTTPS is allowed.

chikovanreuden avatar Oct 19 '23 22:10 chikovanreuden

The Problem: this Project somehow decides to serve static Content over HTTP and anything else via HTTPS.

Make sure your config.php parameter "base_url" is corresponded http or https protocol and correct domain name on which app is served.

Im getting the same issue when I open the app via https but base_url is containing http, or vice versa, I open the app using http proto, but base_url is containing https proto, served with outdated/invalid cert.

Manriel avatar May 16 '24 21:05 Manriel