Grafana is not working anymore

Good morning. Im having some trouble with my Grafana installation.
This morning I updated my raspberry pi with “apt-get update and apt-get upgrade” After this step everything is working (Node red,…) except for my Grafana installation.
If I’m accessing the Website through the local IP address I’m getting this error:

An unexpected error happened
Details
TypeError: Object(...) is not a function

    at t (http://192.168.1.73:3000/public/plugins/grafana-clock-panel/module.js:2:15615)
    at WithTheme(undefined)
    at div
    at Bl (http://192.168.1.73:3000/public/build/4027.01fc91c6c52d332b25c7.js:3115:467)
    at section
    at ie (http://192.168.1.73:3000/public/build/97.955595094420aee4b206.js:26:206)
    at div
    at c (http://192.168.1.73:3000/public/build/97.955595094420aee4b206.js:1:224)
    at pe (http://192.168.1.73:3000/public/build/97.955595094420aee4b206.js:26:13041)
    at g (http://192.168.1.73:3000/public/build/9809.fda1ab8a7d47805687a6.js:2:1096373)
    at div
    at http://192.168.1.73:3000/public/build/DashboardPage.71115c67c7439b35e783.js:532:6141
    at i (http://192.168.1.73:3000/public/build/7638.faf3eabaa2e49b472d37.js:1:28087)
    at u (http://192.168.1.73:3000/public/build/7638.faf3eabaa2e49b472d37.js:1:12892)
    at c (http://192.168.1.73:3000/public/build/DashboardPage.71115c67c7439b35e783.js:548:2799)
    at div
    at u (http://192.168.1.73:3000/public/build/DashboardPage.71115c67c7439b35e783.js:548:15085)
    at div
    at div
    at t (http://192.168.1.73:3000/public/build/9809.fda1ab8a7d47805687a6.js:2:1265901)
    at div
    at Vo (http://192.168.1.73:3000/public/build/DashboardPage.71115c67c7439b35e783.js:532:2931)
    at g (http://192.168.1.73:3000/public/build/9809.fda1ab8a7d47805687a6.js:2:1096373)
    at div
    at div
    at div
    at t (http://192.168.1.73:3000/public/build/9809.fda1ab8a7d47805687a6.js:2:777259)
    at c (http://192.168.1.73:3000/public/build/4027.01fc91c6c52d332b25c7.js:314:168)
    at div
    at div
    at ri (http://192.168.1.73:3000/public/build/DashboardPage.71115c67c7439b35e783.js:532:7234)
    at DashboardPage
    at g (http://192.168.1.73:3000/public/build/9809.fda1ab8a7d47805687a6.js:2:1096373)
    at n (http://192.168.1.73:3000/public/build/9809.fda1ab8a7d47805687a6.js:2:1042703)
    at Po (http://192.168.1.73:3000/public/build/4027.01fc91c6c52d332b25c7.js:8265:23633)
    at t (http://192.168.1.73:3000/public/build/9809.fda1ab8a7d47805687a6.js:2:1111691)
    at t (http://192.168.1.73:3000/public/build/9809.fda1ab8a7d47805687a6.js:2:1113712)
    at main
    at t (http://192.168.1.73:3000/public/build/9809.fda1ab8a7d47805687a6.js:2:1108309)
    at div
    at us (http://192.168.1.73:3000/public/build/4027.01fc91c6c52d332b25c7.js:2573:1029)
    at t.KBarProvider (http://192.168.1.73:3000/public/build/9809.fda1ab8a7d47805687a6.js:2:358763)
    at c (http://192.168.1.73:3000/public/build/4027.01fc91c6c52d332b25c7.js:5857:27780)
    at Bl (http://192.168.1.73:3000/public/build/4027.01fc91c6c52d332b25c7.js:3115:467)
    at zl (http://192.168.1.73:3000/public/build/4027.01fc91c6c52d332b25c7.js:3115:1023)
    at y (http://192.168.1.73:3000/public/build/9809.fda1ab8a7d47805687a6.js:2:141237)
    at Oo (http://192.168.1.73:3000/public/build/4027.01fc91c6c52d332b25c7.js:8265:23162)
    at l (http://192.168.1.73:3000/public/build/9809.fda1ab8a7d47805687a6.js:2:1094418)
    at nl (http://192.168.1.73:3000/public/build/4027.01fc91c6c52d332b25c7.js:8278:115)

This is the only thing I’m getting if accessing the website.
I assume this is a problem which was caused by the update. but I don’t know what to do now. Any tips to resolve this problem?

Thank you very much in advance!

I’m running a Raspberry pi 3 with Raspbian GNU/Linux 11 (bullseye)

This is the “sudo systemctl status grafana-server”:

 grafana-server.service - Grafana instance
     Loaded: loaded (/lib/systemd/system/grafana-server.service; enabled; vendor preset: enabled)
     Active: active (running) since Mon 2022-07-18 08:20:55 BST; 6min ago
       Docs: http://docs.grafana.org
   Main PID: 1202 (grafana-server)
      Tasks: 13 (limit: 1598)
        CPU: 8.041s
     CGroup: /system.slice/grafana-server.service
             └─1202 /usr/sbin/grafana-server --config=/etc/grafana/grafana.ini --pidfile=/run/grafana/grafana-server.pid --packaging=deb cfg:default.paths.logs=/var/log/grafana cfg:default.paths.data=/var/lib/grafana cfg:default.paths.plugins=/var/lib/grafana/plugins cf>
Jul 18 08:21:03 Grafana grafana-server[1202]: logger=context traceID=00000000000000000000000000000000 userId=1 orgId=1 uname=admin t=2022-07-18T08:21:03.61161276+01:00 level=info msg="Request Completed" method=GET path=/api/datasources/proxy/4/query status=400 remote_ad>Jul 18 08:21:03 Grafana grafana-server[1202]: logger=context traceID=00000000000000000000000000000000 userId=1 orgId=1 uname=admin t=2022-07-18T08:21:03.612719473+01:00 level=error msg="Unable to load TLS certificate" error="context canceled" traceID=0000000000000000000>Jul 18 08:21:03 Grafana grafana-server[1202]: logger=context traceID=00000000000000000000000000000000 userId=1 orgId=1 uname=admin t=2022-07-18T08:21:03.613083794+01:00 level=error msg="Unable to load TLS certificate" error="context canceled" traceID=0000000000000000000>Jul 18 08:21:03 Grafana grafana-server[1202]: logger=context traceID=00000000000000000000000000000000 userId=1 orgId=1 uname=admin t=2022-07-18T08:21:03.613343168+01:00 level=info msg="Request Completed" method=GET path=/api/datasources/proxy/4/query status=400 remote_a>Jul 18 08:21:03 Grafana grafana-server[1202]: logger=context traceID=00000000000000000000000000000000 userId=1 orgId=1 uname=admin t=2022-07-18T08:21:03.613537386+01:00 level=error msg="Unable to load TLS certificate" error="context canceled" traceID=0000000000000000000>Jul 18 08:21:03 Grafana grafana-server[1202]: logger=context traceID=00000000000000000000000000000000 userId=1 orgId=1 uname=admin t=2022-07-18T08:21:03.613348168+01:00 level=info msg="Request Completed" method=GET path=/api/datasources/proxy/4/query status=400 remote_a>Jul 18 08:21:03 Grafana grafana-server[1202]: logger=context traceID=00000000000000000000000000000000 userId=1 orgId=1 uname=admin t=2022-07-18T08:21:03.613853166+01:00 level=info msg="Request Completed" method=GET path=/api/datasources/proxy/4/query status=400 remote_a>Jul 18 08:21:03 Grafana grafana-server[1202]: logger=context traceID=00000000000000000000000000000000 userId=1 orgId=1 uname=admin t=2022-07-18T08:21:03.614516809+01:00 level=error msg="Unable to load TLS certificate" error="context canceled" traceID=0000000000000000000>Jul 18 08:21:03 Grafana grafana-server[1202]: logger=context traceID=00000000000000000000000000000000 userId=1 orgId=1 uname=admin t=2022-07-18T08:21:03.614875869+01:00 level=info msg="Request Completed" method=GET path=/api/datasources/proxy/4/query status=400 remote_a>Jul 18 08:21:11 Grafana grafana-server[1202]: logger=context traceID=00000000000000000000000000000000 userId=3 orgId=1 uname=dashview t=2022-07-18T08:21:11.897863929+01:00 level=info msg="Request Completed" method=GET path=/api/live/ws status=0 remote_addr=192.168.1.23 >

Solved! Hab to update the grafana-clock-panel manually via ssh command.