I'm upgrading my Drupal site from Drupal 9 to 10, while upgrading I'm facing some issue with the CSS, the custom CSS written in my custom theme is not being applied instead it is taking composer CSS. Can anyone help me to resolve this issue?
Hello, in few words... I updated Drupal from v10.0.10 and almost all functionalities are working as we expected, just one module is failing and this one it is Elastic Connector.
To share more context.. our Drupal is mounted in Azure (Web App Service), in there we are using Docker Compose to enable Drupal. This Container is using a custom image created by us, where we defined a variable where we set the Drupal version.
we recently moved our Drupal installations from one hosting to another, what was kept the same is MySQL database. After moving Drupal works well, but when I tried to upgrade, Drupal didn't let me to left Maintenance mode. We don't have Drush, so that Maintenance mode is accessible only from Drupal Administration / Configuration menu.
I'm trying to upgrade a custom module that comes from a git repository (like other contrib modules). I have to upgrade this module to make it d10 compatible.