1drop / shopware-sentry

Sentry plugin for Shopware
MIT License
20 stars 9 forks source link

502 Error instead of 404 redirect #3

Closed wolv-dev closed 7 years ago

wolv-dev commented 7 years ago

When error occurs in Shopware like "Uncaught Enlight_Controller_Exception: Controller "xxxxxxxxx" not found", than an 502 error is displayed instead of 404 redirect to error page or homepage

shyim commented 7 years ago

I cannot reproduce it Image with config.php

<?php
return [
    'db' => [
        'username' => 'root',
        'password' => 'toor',
        'dbname' => 'sw52',
        'host' => 'mysql',
        'port' => '3306'
    ],
    'template' => [
        'forceCompile' => true,
    ],
    'csrfProtection' => [
        'frontend' => false,
        'backend' => false
    ],
];