- Issue created by @catch
- Merge request !12296Don't check if tables exist when dealing with an http exception. β (Open) created by catch
- πΊπΈUnited States smustgrave
Sorry but JavaScript failure seems related
When we get a 404 (and possibly a 403), ExceptionDetectNeedsInstallSubscriber
checks if a database table exists. This is completely unnecessary on http exceptions, so it should check if we're dealing with one of those and only run if we don't have one.
Active
11.0 π₯
base system
It affects performance. It is often combined with the Needs profiling tag.
Sorry but JavaScript failure seems related