@iamlux20 Based on some results and information in the forum, this error is occurring because the version of PHP you are using (8.2) is incompatible with the grpc extension, which was compiled with a different version of the PHP API (20200930). To fix this error, you will need to recompile the grpc extension with the version of PHP that you are using.
You can do this by installing the PHP development tools (e.g. phpize) and then re-building the grpc extension from source. You can follow the instructions in the grpc documentation for more information on how to do this.
Similarly, you will need to recompile the imagick extension with the correct version of the PHP API as well.
Once you have recompiled both of these extensions with the correct version of the PHP API, the errors should disappear.