I am afraid I have a relatively unsatisfying answer, but I have included a number of references you may explore.
Beta regression models are relatively new, compared to the rest of the common generalized linear models. Ferrari & Cribari-Neto (2004) introduced the parameterization that is used by most statistical packages, so it's not even 15 years old yet. I say this because diagnostics for beta regression models are still an active area of research, with many different authors proposing different techniques for diagnosing issues with these models (Espinheira, Ferrari, & Cribari-Neto, 2008a, 2008b; Espinheira, Santos, & Cribari-Neto, 2017; Pereira, 2017). There does not seem yet to be an agreed-upon method for performing diagnostic checks on these models, but those papers should give you an idea.
Comparing it to ordinary least squares regression (OLS), residuals should not necessarily be normally distributed (see papers above). Moreover, because you are estimating the $\phi$ parameter and because the variance is a function of the mean in the beta distribution, the model is naturally heteroskedastic. So you aren't doing the same type of diagnostic checks as you would in an OLS regression.
You are also estimating random intercepts in your model. Using a Gaussian (e.g., identity) link function, you would expect these intercepts to be normally distributed, as well. I do not know what the expectation is in beta regression, and I would bet that the package might not give you satisfactory information on how they identify the models in the documentation (from my experience, beta regression models are included in packages that use a wide range of distributions, but far more rarely explained in much statistical detail). But hopefully they have a reference you can check somewhere; I am less familiar with mixed effects models in beta regression.
References
Espinheira, P. L., Ferrari, S. L., & Cribari-Neto, F. (2008a). Influence diagnostics in beta regression. Computational Statistics & Data Analysis, 52 (9), 4417–4431.
Espinheira, P. L., Ferrari, S. L., & Cribari-Neto, F. (2008b). On beta regression residuals. Journal of Applied Statistics, 35(4), 407–419.
Espinheira, P. L., Santos, E. G., & Cribari-Neto, F. (2017). On nonlinear beta regression residuals. Biometrical Journal, 59(3), 445–461.
Ferrari, S. L., & Cribari-Neto, F. (2004). Beta regression for modelling rates and proportions. Journal of Applied Statistics, 31(7), 799–815.
Pereira, G. H. (2017). On quantile residuals in beta regression. Communications in Statistics - Simulation and Computation, 1–15.