Got broken after installed
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.

To Reproduce Steps to reproduce the behavior:
- Install it
Logs XBackBone and/or webserver logs. log-2023-04-21.txt
had the same problem, using Nginx Proxy Manager depeneds on http/https got it fixed after trying like 300 times
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.
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.