Frequent 500 Errors when accessing projects

Were using an on-premises installation of GitLab and recently started having users report that they cant access their projects page through the web interface. Specifically they are getting the error 'An error occurred while fetching folder content' as seen in the following screenshot. In some instances the user can refresh the page a few times and eventually it will load. This appears to be happening across all of the repositories and I have tested that its happening on all of the major browsers (Chrome, Edge, FireFox) so I dont think its specifically related to the browser. All of the other services appear to be working normally aside from this. image

Looking on the browser at the errors its returning several 500 errors image

Looking at the gitlab-rails/production.log I can see the 500 errors being thrown and there primarily giving an 'RuntimeError Failed to implement DynamicFields.__typename' exerpt from production log follows. Searching the forums I have not been able to find anything related unfortunately.

Started GET "/uploads/-/system/project/avatar/631/Binary.png?width=64" for 10.54.10.46 at 2022-04-15 16:49:23 +0000

RuntimeError (          Failed to implement DynamicFields.__typename, tried:

          - `Types::ProjectType#__typename`, which did not exist
          - `Project#__typename`, which did not exist
          - Looking up hash key `:__typename` or `"__typename"` on `#<Project:0x00007f529e825530>`, but it wasn't a Hash

          To implement this field, define one of the methods above (and check for typos)
):
  lib/gitlab/graphql/tracers/timer_tracer.rb:20:in `trace'
  lib/gitlab/graphql/tracers/logger_tracer.rb:14:in `trace'
  lib/gitlab/graphql/tracers/metrics_tracer.rb:13:in `trace'
  lib/gitlab/graphql/tracers/application_context_tracer.rb:23:in `trace'
  lib/gitlab/graphql/tracers/timer_tracer.rb:20:in `trace'
  lib/gitlab/graphql/generic_tracing.rb:40:in `with_labkit_tracing'
  lib/gitlab/graphql/generic_tracing.rb:30:in `platform_trace'
  lib/gitlab/graphql/tracers/logger_tracer.rb:14:in `trace'
  lib/gitlab/graphql/tracers/metrics_tracer.rb:13:in `trace'
  lib/gitlab/graphql/tracers/application_context_tracer.rb:23:in `trace'
  lib/gitlab/graphql/tracers/timer_tracer.rb:20:in `trace'
  lib/gitlab/graphql/generic_tracing.rb:40:in `with_labkit_tracing'
  lib/gitlab/graphql/generic_tracing.rb:30:in `platform_trace'
  lib/gitlab/graphql/tracers/logger_tracer.rb:14:in `trace'
  lib/gitlab/graphql/tracers/metrics_tracer.rb:13:in `trace'
  lib/gitlab/graphql/tracers/application_context_tracer.rb:23:in `trace'
  app/graphql/gitlab_schema.rb:49:in `multiplex'
  app/controllers/graphql_controller.rb:154:in `execute_query'
  app/controllers/graphql_controller.rb:56:in `execute'
  app/controllers/application_controller.rb:499:in `set_current_admin'
  lib/gitlab/session.rb:11:in `with_session'
  app/controllers/application_controller.rb:490:in `set_session_storage'
  lib/gitlab/i18n.rb:105:in `with_locale'
  lib/gitlab/i18n.rb:111:in `with_user_locale'
  app/controllers/application_controller.rb:484:in `set_locale'
  app/controllers/application_controller.rb:478:in `set_current_context'
  lib/gitlab/middleware/memory_report.rb:13:in `call'
  lib/gitlab/middleware/speedscope.rb:13:in `call'
  lib/gitlab/request_profiler/middleware.rb:17:in `call'
  lib/gitlab/database/load_balancing/rack_middleware.rb:23:in `call'
  lib/gitlab/jira/middleware.rb:19:in `call'
  lib/gitlab/middleware/go.rb:20:in `call'
  lib/gitlab/etag_caching/middleware.rb:21:in `call'
  lib/gitlab/middleware/query_analyzer.rb:11:in `block in call'
  lib/gitlab/database/query_analyzer.rb:46:in `within'
  lib/gitlab/middleware/query_analyzer.rb:11:in `call'
  lib/gitlab/middleware/multipart.rb:173:in `call'
  lib/gitlab/middleware/read_only/controller.rb:50:in `call'
  lib/gitlab/middleware/read_only.rb:18:in `call'
  lib/gitlab/middleware/same_site_cookies.rb:27:in `call'
  lib/gitlab/middleware/handle_malformed_strings.rb:21:in `call'
  lib/gitlab/middleware/basic_health_check.rb:25:in `call'
  lib/gitlab/middleware/handle_ip_spoof_attack_error.rb:25:in `call'
  lib/gitlab/middleware/request_context.rb:21:in `call'
  lib/gitlab/middleware/webhook_recursion_detection.rb:15:in `call'
  config/initializers/fix_local_cache_middleware.rb:11:in `call'
  lib/gitlab/middleware/compressed_json.rb:26:in `call'
  lib/gitlab/middleware/rack_multipart_tempfile_factory.rb:19:in `call'
  lib/gitlab/middleware/sidekiq_web_static.rb:20:in `call'
  lib/gitlab/metrics/requests_rack_middleware.rb:77:in `call'
  lib/gitlab/middleware/release_env.rb:13:in `call'

Completed 500 Internal Server Error in 1030ms (Views: 12.8ms | ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 29516)

I'm also getting another error fairly consistently but its a 404 error and it only occurs when the project page loads successfully so I dont think its related to the primary issue. Basically its for a project that was deleted but I guess there a remnants of it still in GitLab somewhere. Error included just incase its tied in somehow, this is also from the gitlab-rails/production.log.

Completed 200 OK in 192ms (ActiveRecord: 137.9ms | Elasticsearch: 0.0ms | Allocations: 13611)

ActiveRecord::RecordNotFound (Couldn't find Project with 'id'=654):
  app/controllers/uploads_controller.rb:40:in `find_model'
  app/controllers/concerns/uploads_actions.rb:162:in `block in model'
  lib/gitlab/utils/strong_memoize.rb:30:in `strong_memoize'
  app/controllers/concerns/uploads_actions.rb:162:in `model'
  app/controllers/uploads_controller.rb:44:in `authorized?'
  app/controllers/uploads_controller.rb:65:in `authorize_access!'
  app/controllers/application_controller.rb:499:in `set_current_admin'
  lib/gitlab/session.rb:11:in `with_session'
  app/controllers/application_controller.rb:490:in `set_session_storage'
  lib/gitlab/i18n.rb:105:in `with_locale'
  lib/gitlab/i18n.rb:111:in `with_user_locale'
  app/controllers/application_controller.rb:484:in `set_locale'
  app/controllers/application_controller.rb:478:in `set_current_context'
  lib/gitlab/middleware/memory_report.rb:13:in `call'
  lib/gitlab/middleware/speedscope.rb:13:in `call'
  lib/gitlab/request_profiler/middleware.rb:17:in `call'
  lib/gitlab/database/load_balancing/rack_middleware.rb:23:in `call'
  lib/gitlab/jira/middleware.rb:19:in `call'
  lib/gitlab/middleware/go.rb:20:in `call'
  lib/gitlab/etag_caching/middleware.rb:21:in `call'
  lib/gitlab/middleware/query_analyzer.rb:11:in `block in call'
  lib/gitlab/database/query_analyzer.rb:46:in `within'
  lib/gitlab/middleware/query_analyzer.rb:11:in `call'
  lib/gitlab/middleware/multipart.rb:173:in `call'
  lib/gitlab/middleware/read_only/controller.rb:50:in `call'
  lib/gitlab/middleware/read_only.rb:18:in `call'
  lib/gitlab/middleware/same_site_cookies.rb:27:in `call'
  lib/gitlab/middleware/handle_malformed_strings.rb:21:in `call'
  lib/gitlab/middleware/basic_health_check.rb:25:in `call'
  lib/gitlab/middleware/handle_ip_spoof_attack_error.rb:25:in `call'
  lib/gitlab/middleware/request_context.rb:21:in `call'
  lib/gitlab/middleware/webhook_recursion_detection.rb:15:in `call'
  config/initializers/fix_local_cache_middleware.rb:11:in `call'
  lib/gitlab/middleware/compressed_json.rb:26:in `call'
  lib/gitlab/middleware/rack_multipart_tempfile_factory.rb:19:in `call'
  lib/gitlab/middleware/sidekiq_web_static.rb:20:in `call'
  lib/gitlab/metrics/requests_rack_middleware.rb:77:in `call'
  lib/gitlab/middleware/release_env.rb:13:in `call'

Completed 404 Not Found in 204ms (ActiveRecord: 93.3ms | Elasticsearch: 0.0ms | Allocations: 14182)

Were on the latest version of Gitlab available on Unbuntu 20.04 output from gitlab-rake gitlab:env:info:

System information
System:         Ubuntu 20.04
Current User:   git
Using RVM:      no
Ruby Version:   2.7.5p203
Gem Version:    3.1.4
Bundler Version:2.2.33
Rake Version:   13.0.6
Redis Version:  6.2.6
Sidekiq Version:6.4.0
Go Version:     unknown

GitLab information
Version:        14.9.3
Revision:       ec11aba56f1
Directory:      /opt/gitlab/embedded/service/gitlab-rails
DB Adapter:     PostgreSQL
DB Version:     12.7
URL:            https://gitlab.holley.com
HTTP Clone URL: https://gitlab.holley.com/some-group/some-project.git
SSH Clone URL:  git@gitlab.holley.com:some-group/some-project.git
Using LDAP:     yes
Using Omniauth: yes
Omniauth Providers: 

GitLab Shell
Version:        13.24.0
Repository storage paths:
- default:      /data/gitlab/git-data/repositories
GitLab Shell path:              /opt/gitlab/embedded/service/gitlab-shell

Also running gitlab-rake gitlab:check SANITIZE=true appears to throw no major errors.

Checking GitLab subtasks ...

Checking GitLab Shell ...

GitLab Shell: ... GitLab Shell version >= 13.24.0 ? ... OK (13.24.0)
Running /opt/gitlab/embedded/service/gitlab-shell/bin/check
Internal API available: OK
Redis available via internal API: OK
gitlab-shell self-check successful

Checking GitLab Shell ... Finished

Checking Gitaly ...

Gitaly: ... default ... OK

Checking Gitaly ... Finished

Checking Sidekiq ...

Sidekiq: ... Running? ... yes
Number of Sidekiq processes (cluster/worker) ... 1/1

Checking Sidekiq ... Finished

Checking Incoming Email ...

Incoming Email: ... Reply by email is disabled in config/gitlab.yml

Checking Incoming Email ... Finished

Checking LDAP ...

LDAP: ... Server: ldapmain
LDAP authentication... Success
LDAP users with access to your GitLab server (only showing the first 100 results)
        User output sanitized. Found 100 users of 100 limit.

Checking LDAP ... Finished

Checking GitLab App ...

Database config exists? ... yes
All migrations up? ... yes
Database contains orphaned GroupMembers? ... no
GitLab config exists? ... yes
GitLab config up to date? ... yes
Log directory writable? ... yes
Tmp directory writable? ... yes
Uploads directory exists? ... yes
Uploads directory has correct permissions? ... yes
Uploads directory tmp has correct permissions? ... yes
Systemd unit files or init script exist? ... skipped (omnibus-gitlab has neither init script nor systemd units)
Systemd unit files or init script up-to-date? ... skipped (omnibus-gitlab has neither init script nor systemd units)
Projects have namespace: ... 
3/1 ... yes
2/2 ... yes
2/3 ... yes
6/4 ... yes
3/5 ... yes
3/6 ... yes
3/7 ... yes
3/8 ... yes
3/9 ... yes
3/10 ... yes
3/11 ... yes
3/12 ... yes
3/13 ... yes
3/14 ... yes
3/15 ... yes
3/16 ... yes
3/17 ... yes
2/18 ... yes
7/19 ... yes
7/20 ... yes
2/21 ... yes
8/22 ... yes
8/23 ... yes
3/24 ... yes
2/25 ... yes
4/26 ... yes
9/52 ... yes
9/53 ... yes
9/54 ... yes
9/55 ... yes
9/56 ... yes
9/57 ... yes
9/58 ... yes
9/59 ... yes
9/60 ... yes
9/61 ... yes
9/62 ... yes
9/63 ... yes
9/64 ... yes
9/65 ... yes
9/66 ... yes
9/67 ... yes
9/68 ... yes
9/69 ... yes
9/70 ... yes
9/71 ... yes
9/72 ... yes
9/73 ... yes
9/74 ... yes
9/75 ... yes
10/76 ... yes
10/77 ... yes
10/78 ... yes
10/79 ... yes
10/80 ... yes
10/81 ... yes
10/82 ... yes
6/83 ... yes
3/86 ... yes
15/87 ... yes
15/88 ... yes
19/91 ... yes
19/92 ... yes
19/93 ... yes
19/94 ... yes
19/95 ... yes
19/96 ... yes
19/97 ... yes
19/98 ... yes
19/99 ... yes
19/100 ... yes
19/101 ... yes
19/102 ... yes
19/103 ... yes
19/104 ... yes
19/105 ... yes
19/106 ... yes
19/107 ... yes
19/108 ... yes
19/112 ... yes
19/113 ... yes
19/114 ... yes
19/115 ... yes
19/116 ... yes
19/117 ... yes
19/118 ... yes
19/119 ... yes
19/120 ... yes
19/121 ... yes
19/122 ... yes
19/123 ... yes
19/124 ... yes
19/125 ... yes
19/126 ... yes
19/127 ... yes
19/128 ... yes
19/129 ... yes
19/130 ... yes
19/131 ... yes
19/132 ... yes
19/133 ... yes
19/134 ... yes
19/135 ... yes
19/136 ... yes
19/137 ... yes
19/138 ... yes
19/139 ... yes
19/140 ... yes
19/141 ... yes
19/142 ... yes
19/143 ... yes
19/144 ... yes
19/145 ... yes
19/146 ... yes
19/147 ... yes
19/148 ... yes
19/149 ... yes
19/150 ... yes
19/151 ... yes
19/152 ... yes
19/153 ... yes
19/154 ... yes
19/155 ... yes
19/156 ... yes
19/157 ... yes
19/158 ... yes
19/159 ... yes
19/160 ... yes
19/161 ... yes
19/162 ... yes
19/163 ... yes
19/164 ... yes
19/165 ... yes
19/166 ... yes
19/167 ... yes
19/168 ... yes
19/169 ... yes
19/170 ... yes
19/171 ... yes
19/172 ... yes
19/173 ... yes
19/174 ... yes
19/175 ... yes
19/176 ... yes
19/177 ... yes
19/178 ... yes
19/179 ... yes
19/180 ... yes
19/181 ... yes
19/182 ... yes
19/183 ... yes
19/184 ... yes
19/185 ... yes
19/186 ... yes
19/187 ... yes
19/188 ... yes
19/189 ... yes
19/190 ... yes
19/191 ... yes
19/192 ... yes
19/193 ... yes
19/194 ... yes
19/195 ... yes
19/196 ... yes
19/197 ... yes
19/198 ... yes
19/199 ... yes
19/200 ... yes
19/201 ... yes
19/202 ... yes
19/203 ... yes
19/204 ... yes
19/205 ... yes
19/206 ... yes
19/207 ... yes
19/208 ... yes
19/209 ... yes
19/210 ... yes
19/211 ... yes
19/212 ... yes
19/213 ... yes
19/214 ... yes
19/215 ... yes
19/216 ... yes
19/217 ... yes
19/218 ... yes
19/219 ... yes
19/220 ... yes
19/221 ... yes
19/222 ... yes
19/223 ... yes
19/224 ... yes
19/225 ... yes
19/226 ... yes
19/227 ... yes
19/228 ... yes
19/229 ... yes
19/230 ... yes
19/231 ... yes
19/232 ... yes
19/233 ... yes
19/234 ... yes
19/235 ... yes
19/236 ... yes
19/237 ... yes
19/238 ... yes
19/239 ... yes
19/240 ... yes
19/241 ... yes
19/242 ... yes
19/243 ... yes
19/244 ... yes
19/245 ... yes
19/246 ... yes
19/247 ... yes
19/248 ... yes
19/249 ... yes
19/250 ... yes
19/251 ... yes
19/252 ... yes
19/253 ... yes
19/254 ... yes
19/255 ... yes
19/256 ... yes
19/257 ... yes
19/258 ... yes
19/259 ... yes
19/260 ... yes
19/261 ... yes
19/262 ... yes
19/263 ... yes
19/264 ... yes
19/265 ... yes
19/266 ... yes
19/267 ... yes
19/268 ... yes
19/269 ... yes
19/270 ... yes
19/271 ... yes
19/272 ... yes
19/273 ... yes
19/274 ... yes
19/275 ... yes
19/276 ... yes
19/277 ... yes
19/278 ... yes
19/279 ... yes
19/280 ... yes
19/281 ... yes
19/282 ... yes
19/283 ... yes
19/284 ... yes
19/285 ... yes
19/286 ... yes
19/287 ... yes
19/288 ... yes
19/289 ... yes
19/290 ... yes
19/291 ... yes
19/292 ... yes
19/293 ... yes
19/294 ... yes
19/295 ... yes
19/296 ... yes
19/297 ... yes
19/298 ... yes
19/299 ... yes
19/300 ... yes
19/301 ... yes
19/302 ... yes
19/303 ... yes
19/304 ... yes
19/305 ... yes
19/306 ... yes
19/307 ... yes
19/308 ... yes
19/309 ... yes
19/310 ... yes
19/311 ... yes
19/312 ... yes
19/313 ... yes
19/314 ... yes
19/315 ... yes
19/316 ... yes
19/317 ... yes
19/318 ... yes
19/319 ... yes
19/320 ... yes
19/321 ... yes
19/322 ... yes
19/323 ... yes
19/324 ... yes
19/325 ... yes
19/326 ... yes
19/327 ... yes
19/328 ... yes
19/329 ... yes
19/330 ... yes
19/331 ... yes
19/332 ... yes
19/333 ... yes
20/334 ... yes
20/335 ... yes
20/336 ... yes
20/337 ... yes
20/338 ... yes
20/339 ... yes
20/340 ... yes
20/341 ... yes
20/342 ... yes
20/343 ... yes
20/344 ... yes
20/345 ... yes
20/346 ... yes
20/347 ... yes
20/348 ... yes
20/349 ... yes
20/350 ... yes
20/351 ... yes
20/352 ... yes
20/353 ... yes
20/354 ... yes
20/355 ... yes
20/356 ... yes
20/357 ... yes
20/358 ... yes
20/359 ... yes
20/360 ... yes
20/361 ... yes
20/362 ... yes
20/363 ... yes
20/364 ... yes
20/365 ... yes
20/366 ... yes
20/367 ... yes
20/368 ... yes
20/369 ... yes
20/370 ... yes
20/371 ... yes
20/372 ... yes
20/373 ... yes
20/374 ... yes
20/375 ... yes
20/376 ... yes
20/377 ... yes
20/378 ... yes
20/379 ... yes
20/380 ... yes
20/381 ... yes
20/382 ... yes
20/383 ... yes
20/384 ... yes
20/385 ... yes
20/386 ... yes
20/387 ... yes
20/388 ... yes
20/389 ... yes
20/390 ... yes
20/391 ... yes
20/392 ... yes
20/393 ... yes
20/394 ... yes
20/395 ... yes
20/396 ... yes
20/397 ... yes
20/398 ... yes
20/399 ... yes
20/400 ... yes
20/401 ... yes
20/402 ... yes
20/403 ... yes
20/404 ... yes
20/405 ... yes
20/406 ... yes
20/407 ... yes
20/408 ... yes
20/409 ... yes
20/410 ... yes
20/411 ... yes
20/412 ... yes
20/413 ... yes
20/414 ... yes
20/415 ... yes
20/416 ... yes
20/417 ... yes
20/418 ... yes
20/419 ... yes
20/420 ... yes
20/421 ... yes
20/422 ... yes
20/423 ... yes
20/424 ... yes
20/425 ... yes
20/426 ... yes
20/427 ... yes
20/428 ... yes
20/429 ... yes
20/430 ... yes
20/431 ... yes
20/432 ... yes
20/433 ... yes
20/434 ... yes
20/435 ... yes
20/436 ... yes
20/437 ... yes
20/438 ... yes
20/439 ... yes
20/440 ... yes
20/441 ... yes
20/442 ... yes
20/443 ... yes
20/444 ... yes
20/445 ... yes
20/446 ... yes
20/447 ... yes
20/448 ... yes
20/449 ... yes
20/450 ... yes
20/451 ... yes
20/452 ... yes
20/453 ... yes
20/454 ... yes
20/455 ... yes
20/456 ... yes
20/457 ... yes
20/458 ... yes
20/459 ... yes
20/460 ... yes
20/461 ... yes
20/462 ... yes
20/463 ... yes
20/464 ... yes
20/465 ... yes
20/466 ... yes
20/467 ... yes
20/468 ... yes
20/469 ... yes
20/470 ... yes
20/471 ... yes
20/472 ... yes
20/473 ... yes
20/474 ... yes
20/475 ... yes
20/476 ... yes
20/477 ... yes
20/478 ... yes
20/479 ... yes
20/480 ... yes
20/481 ... yes
20/482 ... yes
20/483 ... yes
20/484 ... yes
20/485 ... yes
20/486 ... yes
20/487 ... yes
20/488 ... yes
20/489 ... yes
20/490 ... yes
20/491 ... yes
20/492 ... yes
20/493 ... yes
20/494 ... yes
20/495 ... yes
20/496 ... yes
20/497 ... yes
20/498 ... yes
20/499 ... yes
20/500 ... yes
20/501 ... yes
20/502 ... yes
20/503 ... yes
20/504 ... yes
20/505 ... yes
20/506 ... yes
20/507 ... yes
20/508 ... yes
20/509 ... yes
20/510 ... yes
20/511 ... yes
20/512 ... yes
20/513 ... yes
20/514 ... yes
20/515 ... yes
20/516 ... yes
20/517 ... yes
20/518 ... yes
20/519 ... yes
20/520 ... yes
20/521 ... yes
20/522 ... yes
20/523 ... yes
20/524 ... yes
20/525 ... yes
20/526 ... yes
20/527 ... yes
20/528 ... yes
20/529 ... yes
20/530 ... yes
20/531 ... yes
20/532 ... yes
20/533 ... yes
20/534 ... yes
20/535 ... yes
20/536 ... yes
20/537 ... yes
20/538 ... yes
20/539 ... yes
20/540 ... yes
20/541 ... yes
20/542 ... yes
20/543 ... yes
20/544 ... yes
20/545 ... yes
20/546 ... yes
20/547 ... yes
20/548 ... yes
20/549 ... yes
20/550 ... yes
20/551 ... yes
20/552 ... yes
20/553 ... yes
20/554 ... yes
20/555 ... yes
20/556 ... yes
20/557 ... yes
20/558 ... yes
20/559 ... yes
20/560 ... yes
20/561 ... yes
20/562 ... yes
20/563 ... yes
20/564 ... yes
20/565 ... yes
20/566 ... yes
20/567 ... yes
20/568 ... yes
20/569 ... yes
20/570 ... yes
20/571 ... yes
20/572 ... yes
20/573 ... yes
20/574 ... yes
39/575 ... yes
15/576 ... yes
3/577 ... yes
39/578 ... yes
8/579 ... yes
9/580 ... yes
9/581 ... yes
18/582 ... yes
21/583 ... yes
2/584 ... yes
10/585 ... yes
3/586 ... yes
3/587 ... yes
3/588 ... yes
10/589 ... yes
15/590 ... yes
9/591 ... yes
9/592 ... yes
9/593 ... yes
18/595 ... yes
24/596 ... yes
26/597 ... yes
28/598 ... yes
28/599 ... yes
28/600 ... yes
31/601 ... yes
31/602 ... yes
31/603 ... yes
31/604 ... yes
31/605 ... yes
31/606 ... yes
31/607 ... yes
31/608 ... yes
32/609 ... yes
32/610 ... yes
32/611 ... yes
32/612 ... yes
32/613 ... yes
26/614 ... yes
15/615 ... yes
15/616 ... yes
18/617 ... yes
3/618 ... yes
24/619 ... yes
10/620 ... yes
10/621 ... yes
15/622 ... yes
6/623 ... yes
10/624 ... yes
39/625 ... yes
45/626 ... yes
45/627 ... yes
45/628 ... yes
40/629 ... yes
7/630 ... yes
10/631 ... yes
45/632 ... yes
45/633 ... yes
52/634 ... yes
10/635 ... yes
52/636 ... yes
52/637 ... yes
52/638 ... yes
52/639 ... yes
52/640 ... yes
52/641 ... yes
52/642 ... yes
52/643 ... yes
52/644 ... yes
52/645 ... yes
52/646 ... yes
52/647 ... yes
10/649 ... yes
3/650 ... yes
52/651 ... yes
3/652 ... yes
3/653 ... yes
10/655 ... yes
16/656 ... yes
10/657 ... yes
10/658 ... yes
10/659 ... yes
45/660 ... yes
Redis version >= 5.0.0? ... yes
Ruby version >= 2.7.2 ? ... yes (2.7.5)
Git user has default SSH configuration? ... yes
Active users: ... 29
Is authorized keys file accessible? ... yes
GitLab configured to store new projects in hashed storage? ... yes
All projects are in hashed storage? ... yes

Checking GitLab App ... Finished


Checking GitLab subtasks ... Finished

Thank you for any assistance its greatly appreciated.