Error in Dispatcher.php after update to NC18 final (18.0.0.10)

Hello,

I’m encountering an error after upgrading to Nextcloud 18.

The log show this message :

Error index Exception: Call to a member function getContentSecurityPolicyManager() on null at lib/private/AppFramework/Http/Dispatcher.php line 109 2020-01-21T11:22:34+00:00

                          0. lib/private/AppFramework/App.php line 125                                                                                                                                                                       
                             OC\AppFramework\Http\Dispatcher->dispatch(                                                                                                                                                                      
                                                                                                                                                                                                                                             
                             )                                                                                                                                                                                                               
                          1. lib/private/AppFramework/Routing/RouteActionHandler.php line 47                                                                                                                                                 
                             OC\AppFramework\App::main(                                                                                                                                                                                      
                                                                                                                                                                                                                                             
                             )                                                                                                                                                                                                               
                          2. <<closure>>                                                                                                                                                                                                     
                             OC\AppFramework\Routing\RouteActionHandler->__invoke(                                                                                                                                                           
                                                                                                                                                                                                                                             
                             )                                                                                                                                                                                                               
                          3. lib/private/Route/Router.php line 299                                                                                                                                                                           
                             call_user_func(                                                                                                                                                                                                 
                                                                                                                                                                                                                                             
                             )                                                                                                                                                                                                               
                          4. lib/base.php line 1008                                                                                                                                                                                          
                             OC\Route\Router->match(                                                                                                                                                                                         
                                                                                                                                                                                                                                             
                             )                                                                                                                                                                                                               
                          5. index.php line 38                                                                                                                                                                                               
                             OC::handleRequest(                                                                                                                                                                                              
                                                                                                                                                                                                                                             
                             )

Nextcoud 18.0-RC2 ran just fine.

Any idea ?

Best regards

Hello again,

After reading more subjects on the forum, I disabled the “Metadata” app, and all seems to work fine now.