There is probably useful information in the systemd journalctl logs. You can check logs from the current boot with:
journalctl -b
You can get logs starting from a specified date and time with (substitute the time you want):
journalctl --since "2024-11-01 17:15:00"
If you're interested in more ways to use journalctl, I recommend this writeup.
One of our GNOME maintainers might also provide more information