Project

General

Profile

Bug #86567

Updated by Jan Stockfisch over 5 years ago

Using a lightweight installation like the following breaks while trying to edit a page record. An exception is thrown: "Unable to generate a URL for the named route "wizard_element_browser" because this route was not found.". The named route is registered in EXT:recordlist 

 <pre><code class="json"> 
 { {. 
   "require": { 
     "typo3/cms-backend": "9.5.*@dev", 
     "typo3/cms-install": "9.5.*@dev", 
     "typo3/cms-frontend": "9.5.*@dev" 
   }, 
   "config": { 
     "vendor-dir": ".Build/vendor", 
     "bin-dir": ".Build/bin" 
   }, 
   "extra": { 
     "typo3/cms": { 
       "cms-package-dir": "{$vendor-dir}/typo3/cms", 
       "app-dir": ".Build", 
       "web-dir": ".Build/web" 
     } 
   } 
 } 
 </code></pre> 

Back