Internal Server Error when viewing project as "List" or "Table"

Hello, here’s the logs that I have captured:

STANDARD LOGS:
2024-04-23T14:52:28.287257896Z: ERROR ▶ handler/ReadAllWeb 2d66 disk I/O error: permission denied

DATABASE LOGS:

2024-04-23T14:52:28.200405478Z: INFO    ▶ [DATABASE] 2d60 [SQL] SELECT `id`, `title`, `description`, `identifier`, `hex_color`, `owner_id`, `parent_project_id`, `is_archived`, `background_file_id`, `background_blur_hash`, `position`, `created`, `updated` FROM `projects` WHERE (id = ?) ORDER BY position LIMIT 1 [170] - 25.741µs
2024-04-23T14:52:28.200547179Z: INFO    ▶ [DATABASE] 2d61 [SQL] SELECT `entity_id`, `user_id`, `kind` FROM `favorites` WHERE (entity_id = ? AND user_id = ? AND kind = ?) LIMIT 1 [173 4 2] - 30.67µs
2024-04-23T14:52:28.20062964Z: INFO     ▶ [DATABASE] 2d62 [SQL] SELECT `id`, `title`, `description`, `identifier`, `hex_color`, `owner_id`, `parent_project_id`, `is_archived`, `background_file_id`, `background_blur_hash`, `position`, `created`, `updated` FROM `projects` WHERE `id` IN (?) [173] - 22.721µs
2024-04-23T14:52:28.201338766Z: INFO    ▶ [DATABASE] 2d63 [SQL] WITH RECURSIVE all_projects AS (
                    SELECT
                        p.*
                    FROM
                        projects p
                    WHERE
                        p.id = ?
                    UNION ALL
                    SELECT
                        p.*
                    FROM
                        projects p
                            INNER JOIN all_projects pc ON p.ID = pc.parent_project_id
                )
                SELECT DISTINCT * FROM all_projects [173] - 606.095µs
2024-04-23T14:52:28.201691139Z: INFO    ▶ [DATABASE] 2d64 [SQL] SELECT `id`, `entity_type`, `entity_id`, `user_id`, `created` FROM `subscriptions` WHERE (user_id = ?) AND entity_id IN (?,?) AND entity_type=? [4 173 170 2] - 38.21µs
2024-04-23T14:52:28.20180044Z: INFO     ▶ [DATABASE] 2d65 [SQL] SELECT `id`, `title`, `project_id`, `view_kind`, `filter`, `position`, `bucket_configuration_mode`, `bucket_configuration`, `default_bucket_id`, `done_bucket_id`, `updated`, `created` FROM `project_views` WHERE (project_id = ?) [173] - 35.75µs
2024-04-23T14:52:29.622454836Z: INFO    ▶ [DATABASE] 2d67 [SQL] SELECT `id`, `notifiable_id`, `notification`, `name`, `subject_id`, `read_at`, `created` FROM `notifications` WHERE (notifiable_id = ?) ORDER BY id DESC LIMIT 50 [4] - 102.732µs
2024-04-23T14:52:39.72519836Z: INFOO    ▶ [DATABASE] 2d69 [SQL] SELECT `id`, `notifiable_id`, `notification`, `name`, `subject_id`, `read_at`, `created` FROM `notifications` WHERE (notifiable_id = ?) ORDER BY id DESC LIMIT 50 [4] - 110.81µs
2024-04-23T14:52:39.725495193Z: INFO    ▶ [DATABASE] 2d6a [SQL] SELECT count(*) FROM `notifications` WHERE (notifiable_id = ?) [4] - 30.1µs
2024-04-23T14:52:49.724177264Z: INFO    ▶ [DATABASE] 2d6b [SQL] SELECT `id`, `notifiable_id`, `notification`, `name`, `subject_id`, `read_at`, `created` FROM `notifications` WHERE (notifiable_id = ?) ORDER BY id DESC LIMIT 50 [4] - 346.153µs