When I'm trying to change some variables e.g. the primary color in my theme configurations I get the following message:
AxiosError: Request failed with status code 500
The symfony profiler says the following:
Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Error: Maximum execution time of 30 seconds exceeded" at /home/user/projects/project/vendor/sabberworm/php-css-parser/src/OutputFormatter.php line 27
[▼
"exception" => Symfony\Component\ErrorHandler\Error\FatalError {#63389 ▼
-error: [▼
"type" => 1
"message" => "Maximum execution time of 30 seconds exceeded"
"file" => "/home/user/projects/project/vendor/sabberworm/php-css-parser/src/OutputFormatter.php"
"line" => 27
]
#message: "Error: Maximum execution time of 30 seconds exceeded"
#code: 0
#file: "/home/user/projects/project/vendor/sabberworm/php-css-parser/src/OutputFormatter.php"
#line: 27
}
]
Does anyone know how to fix this?