I am not a network engineer and my setup for a website is Drupal 8.9.x with Apache and PHP on Azure cloud. The site was configured using the ip address until we could register a name which at some point was associated with the ip address. When I try to login via the website name, the pages will be display as expected but the url will resolve to the ip address. In Drupal 7, there was a base_url option in settings.php which I think is replaced by trusted_host_patterns in Drupal 8. I've followed the example and entered in the ip address and the website name, but still my site will resolve/
salz.ch is the website of Swiss Saltworks and their main marketing tool as well as a B2C web shop. The website consolidates several previously independent websites and technologies in a modern headless experience platform combining Drupal and Magento with a state-of-the-art Nuxt.js (Vue.js) front end.
I have a page (form) that I've created a twig template for, it's called `form--edit-communication-method-form.html.twig`, it loads in my actual form items as well as some other markup to polish everything up. However, now I need to present this form in a modal, and I'm attempting to do so by loading the form like so
I want to have an ID in my URL and the controller of my module should take the ID from the URL and display it. If the ID is changed in the browser and the side is reloaded, the page should print out the new ID. My problem is, that I can't get the ID out of the URL.