StarsRiver I found this problem when I updated php to 8.0.6 and mysql to 8.0.24. I tried to grab the page and found that the source code has the details of the post, but the direct refresh is still blank. Is there any way to get rid of it?
eddiewebb Can you use the browsers "inspect" function to show javascript console and possible errors? Likely an extension crashing in the UI.
StarsRiver eddiewebb Unfortunately, I don't have a computer around me, and I didn't find the error logs under the website
luceos When you change php version and do not run composer update again, packages that are only compatible with the older php version are active. So the issue wasn't resolved with the newer version, but by running composer update.