Warning (2) : Attempt to read property "project_id" on null [in /home/users/0/cycle-ut2/apps/public_take/src/Controller/Record/RecordsController.php, line 46]
Warning (2) : Attempt to read property "id" on null [in /home/users/0/cycle-ut2/apps/public_take/src/Controller/Record/BasesController.php, line 134]
Warning (2) : Attempt to read property "tag_map" on null [in /home/users/0/cycle-ut2/apps/public_take/src/Controller/Record/BasesController.php, line 137]
Deprecated (8192) : trim(): Passing null to parameter #1 ($string) of type string is deprecated [in /home/users/0/cycle-ut2/libphp/ut5/ut5_util.php, line 619]
Warning (512) : Unable to emit headers. Headers sent in file=/home/users/0/cycle-ut2/apps/public_take/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=36 [in /home/users/0/cycle-ut2/apps/public_take/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/users/0/cycle-ut2/apps/public_take/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/users/0/cycle-ut2/apps/public_take/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 164]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/users/0/cycle-ut2/apps/public_take/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/users/0/cycle-ut2/apps/public_take/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Attempt to assign property "tags_display" on null

Attempt to assign property "tags_display" on null 📋

Error
Toggle Vendor Stack Frames
     * @throws \UnexpectedValueException If return value of action is not `null` or `ResponseInterfaceinstance.
     */
    public function invokeAction(Closure $action, array $args): void
    {
        $result $action(...$args);
        if ($result !== null && !$result instanceof ResponseInterface) {
            throw new UnexpectedValueException(sprintf(
                'Controller actions can only return ResponseInterface instance or null. '
                'Got %s instead.',
Error in: ROOT/src/Controller/Record/BasesController.php, line 137

If you want to customize this error message, create templates/Error/error500.php