Kubernetes Dashboard Results in Resource Not Found 404

I’m having some problems with the Kubernetes Dashboard not showing any information when I tried to access it:

enter image description here

I checked the version that I’m using:

$ kubectl version --short
Flag --short has been deprecated, and will be removed in the future. The --short output will become the default.
Client Version: v1.26.0
Kustomize Version: v4.5.7
Server Version: v1.26.0+k3s1

Both the client and the server versions are indeed the same, so I’m not sure what is causing the Dashboard UI to not show any information? Any ideas? I’m running version 1.25.0 of the Kubernetes dadhboard.

EDIT: I even lowered the version of my kubectl and my k3s server, but still I do not see the Unknown error go away.

Client Version: v1.25.0
Kustomize Version: v4.5.7
Server Version: v1.25.6+k3s1

$ kubectl get clusterrolebinding admin-user
NAME         ROLE                        AGE
admin-user   ClusterRole/cluster-admin   19h

$ kubectl get sa -n kubernetes-dashboard
NAME                   SECRETS   AGE
default                0         19h
kubernetes-dashboard   0         19h
admin-user             0         19h

Kubernetes Dashboard Results in Resource Not Found