cancel
Showing results for 
Search instead for 
Did you mean: 

Error after Update Magento from 2.2.0 to 2.2.1

Error after Update Magento from 2.2.0 to 2.2.1

After Update Magento from version 2.2.0 to 2.2.1 , I got the follow message

error: Invalid Document Element 'route': Duplicate key-sequence ['signifyd'] in unique identity-constraint 'uniqueRouteFrontName'.

I compiled, clear and flush cache and the problem continue.

We are using Bitnami Image of Magento 2.

The complete message error are the follow:

1 exception(s):
Exception #0 (Magento\Framework\Exception\LocalizedException): Invalid Document 
Element 'route': Duplicate key-sequence ['signifyd'] in unique identity-constraint 'uniqueRouteFrontName'.
Line: 5

Exception #0 (Magento\Framework\Exception\LocalizedException): Invalid Document 
Element 'route': Duplicate key-sequence ['signifyd'] in unique identity-constraint 'uniqueRouteFrontName'.
Line: 5

#0 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/Config/Reader/Filesystem.php(130): Magento\Framework\Config\Reader\Filesystem->_readFiles(Object(Magento\Framework\Config\FileIterator))
#1 /opt/bitnami/apps/magento/htdocs/generated/code/Magento/Framework/App/Route/Config/Reader/Proxy.php(95): Magento\Framework\Config\Reader\Filesystem->read('frontend')
#2 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/App/Route/Config.php(92): Magento\Framework\App\Route\Config\Reader\Proxy->read('frontend')
#3 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/App/Route/Config.php(109): Magento\Framework\App\Route\Config->_getRoutes('frontend')
#4 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/Url.php(630): Magento\Framework\App\Route\Config->getRouteFrontName(NULL, 'frontend')
#5 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/Url.php(476): Magento\Framework\Url->_getRouteFrontName()
#6 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/Url.php(756): Magento\Framework\Url->getBaseUrl(Array)
#7 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/Url.php(932): Magento\Framework\Url->getRouteUrl('', Array)
#8 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/Url.php(876): Magento\Framework\Url->createUrl('', Array)
#9 /opt/bitnami/apps/magento/htdocs/vendor/magento/module-store/App/FrontController/Plugin/RequestPreprocessor.php(78): Magento\Framework\Url->getUrl('', Array)
#10 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/Interception/Interceptor.php(135): Magento\Store\App\FrontController\Plugin\RequestPreprocessor->aroundDispatch(Object(Magento\Framework\App\FrontController\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http))
#11 /opt/bitnami/apps/magento/htdocs/vendor/magento/module-page-cache/Model/App/FrontController/BuiltinPlugin.php(73): Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http))
#12 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/Interception/Interceptor.php(135): Magento\PageCache\Model\App\FrontController\BuiltinPlugin->aroundDispatch(Object(Magento\Framework\App\FrontController\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http))
#13 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http))
#14 /opt/bitnami/apps/magento/htdocs/generated/code/Magento/Framework/App/FrontController/Interceptor.php(26): Magento\Framework\App\FrontController\Interceptor->___callPlugins('dispatch', Array, NULL)
#15 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/App/Http.php(135): Magento\Framework\App\FrontController\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
#16 /opt/bitnami/apps/magento/htdocs/vendor/magento/framework/App/Bootstrap.php(256): Magento\Framework\App\Http->launch()
#17 /opt/bitnami/apps/magento/htdocs/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http))
#18 {main}

 

1 REPLY 1

Re: Error after Update Magento from 2.2.0 to 2.2.1

Does the same thing happen if you manually empty the var/cache folder as well?

----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!