Hi
I'm excited to try out Backdrop but I'm running into a bit of trouble. I'm not getting any CSS styling during and after install. This is happening on Firefox, Brave, and Vivaldi running on Arch linux, as well as Chrome on Android. See the attached photos. Clearing cache and reinstalling hasn't worked so I'm wondering what could be going on.
Browsers: Firefox 1.22.0.1, Vivaldi 6.5.3206.63, Brave 1.61.116 all on Arch
Installing on Ubuntu 22.04 VM with Apache, FPM, PHP 8.1.
Backdrop 1.27.0
Hi
Thanks for your reply. You pointed me in the right direction and I've solved the issue. The problem was that my site is served over https only but the links to the css and javascript were http links.
The solution was to set $base_url in settings.php to the full url for my site including the https:// part. This issue is actually documented there in the comments to $base_url.
Not sure if this is an issue with backdrop in my particular configuration. I'm running the site behind a caddy reverse proxy which terminates ssl. I do have a few Drupal 10 sites running on the same VM and I've not had any similar issues with them.