Skip to content

Fixing Production Deployment

Compare
Choose a tag to compare
@jaydiablo jaydiablo released this 30 Apr 18:05
· 3 commits to main since this release
5b7456d

The previous release didn't remove the ProfilerController in builds where the profiler service wasn't available (production), which would cause exceptions on application start up. This release removes the ProfilerController from the service list when Symfony "compiles" the application which will fix production deployments.