Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm beginning to plan out the architecture for a site that I am building in which the Drupal 8 CMS will be hosted on one domain and the front end will be hosted on a different server using REST views export. Blog posts often contain images within the body field, and I'd like them to be served by the front end, rather than being hosted by the CMS.
I just created a really small website with Drupal 8 and because it is really such a small project I didn't bother using composer and just used a docker container to set everything up.
However, I moved all my files to my webhost, imported the database, cleared all caches and sites/default/files/* and it works... only with aggregation turned off. As soon as I turn it on, all styles (including the admin theme styles) are not loaded.
In Drupal 8.5.1 (starting all over from scratch), I need to make a content type with a file upload. As soon as I try to configure this field, I get a "server encountered an unknown error" message, and a long log message. What am I doing wrong?