Adding any block to menu crashes site

Created on 3 February 2023, over 1 year ago
Updated 6 February 2023, over 1 year ago

Clean install of Drupal 9.5.2 with dev version of tb mega menu, PHP 8.1.15

Running DXPR Theme 5.0.1 which uses Bootstrap5 3.0.2. I have tried switching to base themes but have the same problem

If I try and add a block to a menu item I can navigate and select the block and save. Even a simple block with some text in causes same issue. I used to be able to debug D7 but since D8 I find the erorr messages pretty unhelpful!

As soon as I refresh any page I get "The website encountered an unexpected error. Please try again later."

I have created a hidden region in my theme and added blocks there so they are visible to tb mega menu.

In the error log I get this:

Error: Call to a member function getRegion() on null in bootstrap5_preprocess_block() (line 294 of /home/customer/www/xxxx.co/public_html/web/themes/contrib/bootstrap5/bootstrap5.theme)
#0 [internal function]: bootstrap5_preprocess_block(Array, 'block', Array)
#1 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Theme/ThemeManager.php(287): call_user_func_array('bootstrap5_prep...', Array)
#2 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('block', Array)
#3 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#4 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render(Array)
#5 /home/customer/www/xxxx.co/public_html/web/sites/default/files/php/twig/63dd2cce8c1bb_tb-megamenu-block.html.tw_VAogdyskp4Lhpyuu94k0pdHlh/txiy63DHXWUJhgLyTqFWlUELDRp3YadLLL8Okuh-1n0.php(47): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true)
#6 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(405): __TwigTemplate_644cf2fb9f5b7a2cd9318ec4566d5764->doDisplay(Array, Array)
#7 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling(Array, Array)
#8 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(390): Twig\Template->display(Array)
#9 /home/customer/www/xxxx.co/public_html/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render(Array)
#10 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template('modules/contrib...', Array)
#11 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('tb_megamenu_blo...', Array)
#12 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#13 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render(Array)
#14 /home/customer/www/xxxx.co/public_html/web/sites/default/files/php/twig/63dd2cce8c1bb_tb-megamenu-column.html.t_EUznD6RfmrVs4Jprerh0tg5Ts/6vOQbhkcDBCzeYVt8qnw94x0yMYACEvFxtMiNoSU-2g.php(59): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true)
#15 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(405): __TwigTemplate_d05cc15b5fcbf47ac0f17d0795761409->doDisplay(Array, Array)
#16 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling(Array, Array)
#17 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(390): Twig\Template->display(Array)
#18 /home/customer/www/xxxx.co/public_html/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render(Array)
#19 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template('modules/contrib...', Array)
#20 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('tb_megamenu_col...', Array)
#21 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#22 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render(Array)
#23 /home/customer/www/xxxx.co/public_html/web/sites/default/files/php/twig/63dd2cce8c1bb_tb-megamenu-row.html.twig_f8DgKenqcgd2d43McBef4ZmzR/_9suqamPQRI5eWk55GnJsEyJaoZ6zvmrJfgLNhT8_CY.php(49): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true)
#24 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(405): __TwigTemplate_8efa2fb2d00f35fff90311618cfc09d9->doDisplay(Array, Array)
#25 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling(Array, Array)
#26 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(390): Twig\Template->display(Array)
#27 /home/customer/www/xxxx.co/public_html/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render(Array)
#28 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template('modules/contrib...', Array)
#29 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('tb_megamenu_row', Array)
#30 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#31 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render(Array)
#32 /home/customer/www/xxxx.co/public_html/web/sites/default/files/php/twig/63dd2cce8c1bb_tb-megamenu-submenu.html._80IiSKKtBT9e1JyYniyax1sLM/Jbhzw9RVcKh5ZLej5VY-5w3TLSSoVGdfWRDEuw21FNo.php(50): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true)
#33 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(405): __TwigTemplate_20c0316064212adc327e520c5bc71ec5->doDisplay(Array, Array)
#34 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling(Array, Array)
#35 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(390): Twig\Template->display(Array)
#36 /home/customer/www/xxxx.co/public_html/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render(Array)
#37 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template('modules/contrib...', Array)
#38 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('tb_megamenu_sub...', Array)
#39 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#40 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render(Array)
#41 /home/customer/www/xxxx.co/public_html/web/sites/default/files/php/twig/63dd2cce8c1bb_tb-megamenu-item.html.twi_hfMxqIV-eK4xvZYhMtL6bTHXl/bkQ_qNp2OUidCS1GwCrLKrpluMA1eK_0OJKPk9reHEM.php(121): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true)
#42 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(405): __TwigTemplate_6cd2da84fbbca52ad8674272bcf58eed->doDisplay(Array, Array)
#43 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling(Array, Array)
#44 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(390): Twig\Template->display(Array)
#45 /home/customer/www/xxxx.co/public_html/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render(Array)
#46 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template('modules/contrib...', Array)
#47 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('tb_megamenu_ite...', Array)
#48 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#49 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render(Array)
#50 /home/customer/www/xxxx.co/public_html/web/sites/default/files/php/twig/63dd2cce8c1bb_tb-megamenu-nav.html.twig_0BD5bjnpLKC_zZgR5EB1uhSKP/AFsPnqlWuodkqg-zyDR2FKSvPKjeysEXsvNlovjHBeM.php(49): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true)
#51 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(405): __TwigTemplate_ba1ca1d1e2bec5281ee4fa9449d8f391->doDisplay(Array, Array)
#52 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling(Array, Array)
#53 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(390): Twig\Template->display(Array)
#54 /home/customer/www/xxxx.co/public_html/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render(Array)
#55 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template('modules/contrib...', Array)
#56 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('tb_megamenu_nav', Array)
#57 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#58 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render(Array)
#59 /home/customer/www/xxxx.co/public_html/web/sites/default/files/php/twig/63dd2cce8c1bb_tb-megamenu.html.twig_gOcWJG2Iz-FzCnO4P2aRHGbv0/8_mZUZliYBVFNz5rG6UQUu6j-oE87mD2-sxxp0L2vJc.php(70): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true)
#60 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(405): __TwigTemplate_f0a5129e0b266ef0510dce61eb6a620b->doDisplay(Array, Array)
#61 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling(Array, Array)
#62 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(390): Twig\Template->display(Array)
#63 /home/customer/www/xxxx.co/public_html/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render(Array)
#64 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template('modules/contrib...', Array)
#65 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('tb_megamenu', Array)
#66 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#67 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render(Array)
#68 /home/customer/www/xxxx.co/public_html/web/sites/default/files/php/twig/63dd2cce8c1bb_block.html.twig_io-r3nbPjBFa1ELDyxbAS2nkN/PKT2ypqRfKup4EP7ubonk_UMfMiPd0pyPbg9UX_oPdQ.php(125): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true)
#69 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(182): __TwigTemplate_e2540989337d878f6bed58aee58b861d->block_content(Array, Array)
#70 /home/customer/www/xxxx.co/public_html/web/sites/default/files/php/twig/63dd2cce8c1bb_block.html.twig_io-r3nbPjBFa1ELDyxbAS2nkN/PKT2ypqRfKup4EP7ubonk_UMfMiPd0pyPbg9UX_oPdQ.php(113): Twig\Template->displayBlock('content', Array, Array)
#71 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(405): __TwigTemplate_e2540989337d878f6bed58aee58b861d->doDisplay(Array, Array)
#72 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling(Array, Array)
#73 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(390): Twig\Template->display(Array)
#74 /home/customer/www/xxxx.co/public_html/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render(Array)
#75 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template('themes/contrib/...', Array)
#76 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('block', Array)
#77 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(446): Drupal\Core\Render\Renderer->doRender(Array)
#78 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#79 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render(Array)
#80 /home/customer/www/xxxx.co/public_html/web/sites/default/files/php/twig/63dd2cce8c1bb_page.html.twig_c2sed7ayiyAaLcn2Qij3Nd15x/yNFiC441a8l9EZ7oNwi_QbeBGuP0E0Er_Kb1ph2Lo4c.php(279): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true)
#81 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(182): __TwigTemplate_d896ff33e38667cd72c47aab3022d5ef->block_navbar(Array, Array)
#82 /home/customer/www/xxxx.co/public_html/web/sites/default/files/php/twig/63dd2cce8c1bb_page.html.twig_c2sed7ayiyAaLcn2Qij3Nd15x/yNFiC441a8l9EZ7oNwi_QbeBGuP0E0Er_Kb1ph2Lo4c.php(74): Twig\Template->displayBlock('navbar', Array, Array)
#83 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(405): __TwigTemplate_d896ff33e38667cd72c47aab3022d5ef->doDisplay(Array, Array)
#84 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling(Array, Array)
#85 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(390): Twig\Template->display(Array)
#86 /home/customer/www/xxxx.co/public_html/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render(Array)
#87 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template('themes/contrib/...', Array)
#88 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('page', Array)
#89 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#90 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Template/TwigExtension.php(479): Drupal\Core\Render\Renderer->render(Array)
#91 /home/customer/www/xxxx.co/public_html/web/sites/default/files/php/twig/63dd2cce8c1bb_html.html.twig_-Hw0WQXD1VH3Rbs497DagkFij/PrCSTsRaIaz0fgffP_wgDOnQrOxyCmUxjFuU0Gb09eU.php(121): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true)
#92 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(405): __TwigTemplate_5cce4ba9412017c92940aecb2230bb1a->doDisplay(Array, Array)
#93 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(378): Twig\Template->displayWithErrorHandling(Array, Array)
#94 /home/customer/www/xxxx.co/public_html/vendor/twig/twig/src/Template.php(390): Twig\Template->display(Array)
#95 /home/customer/www/xxxx.co/public_html/web/core/themes/engines/twig/twig.engine(55): Twig\Template->render(Array)
#96 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Theme/ThemeManager.php(384): twig_render_template('themes/contrib/...', Array)
#97 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('html', Array)
#98 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#99 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(162): Drupal\Core\Render\Renderer->render(Array)
#100 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/Renderer.php(580): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#101 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(163): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#102 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#103 [internal function]: Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\ViewEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#104 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(142): call_user_func(Array, Object(Symfony\Component\HttpKernel\Event\ViewEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#105 /home/customer/www/xxxx.co/public_html/vendor/symfony/http-kernel/HttpKernel.php(174): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\ViewEvent), 'kernel.view')
#106 /home/customer/www/xxxx.co/public_html/vendor/symfony/http-kernel/HttpKernel.php(81): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#107 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/StackMiddleware/Session.php(58): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#108 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(48): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#109 /home/customer/www/xxxx.co/public_html/web/core/modules/page_cache/src/StackMiddleware/PageCache.php(106): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#110 /home/customer/www/xxxx.co/public_html/web/core/modules/page_cache/src/StackMiddleware/PageCache.php(85): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#111 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(48): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#112 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(51): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#113 /home/customer/www/xxxx.co/public_html/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#114 /home/customer/www/xxxx.co/public_html/web/core/lib/Drupal/Core/DrupalKernel.php(713): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#115 /home/customer/www/xxxx.co/public_html/web/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#116 {main}

Any help appreciated

πŸ› Bug report
Status

Closed: works as designed

Version

1.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom kevster

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024