Fedora 38 (beta) suspend first time after boot failed (wakes up right away) but subsequent suspend works

So I have brand new system that I pulled my nvme from older system - it was Fedora 37 on it.

When I suspend the system either thru Gnome top-right corner or systemctl suspend first time after each boot - it would failed to remain in suspend. It did go thru suspend and immediately wakes up.

Then, subsequently if I suspend again - it will work and continue to work. I wonder what was the hung up on the first time. How can i start tracing what caused it.

Note that I didnt try this when it was Fedora 37 release code - I updated it when putting the new system together.

Setup info:
sudo grubby --info=ALL

index=0
kernel="/boot/vmlinuz-6.2.9-300.fc38.x86_64"
args="ro rootflags=subvol=root rhgb quiet nvidia-drm.modeset=1 initcall_blacklist=simpledrm_platform_driver_init rd.driver.blacklist=nouveau modprobe.blacklist=nouveau"
root="UUID=e16a0b41-4041-427f-b1a2-a8201df5b830"
initrd="/boot/initramfs-6.2.9-300.fc38.x86_64.img"
title="Fedora Linux (6.2.9-300.fc38.x86_64) 38 (Workstation Edition Prerelease)"
id="0afe1e260a9c44d4b8125935d92901da-6.2.9-300.fc38.x86_64"
index=1
kernel="/boot/vmlinuz-6.2.8-300.fc38.x86_64"
args="ro rootflags=subvol=root rhgb quiet nvidia-drm.modeset=1 initcall_blacklist=simpledrm_platform_driver_init rd.driver.blacklist=nouveau modprobe.blacklist=nouveau"
root="UUID=e16a0b41-4041-427f-b1a2-a8201df5b830"
initrd="/boot/initramfs-6.2.8-300.fc38.x86_64.img"
title="Fedora Linux (6.2.8-300.fc38.x86_64) 38 (Workstation Edition Prerelease)"
id="0afe1e260a9c44d4b8125935d92901da-6.2.8-300.fc38.x86_64"
index=2
kernel="/boot/vmlinuz-6.2.7-300.fc38.x86_64"
args="ro rootflags=subvol=root rhgb quiet nvidia-drm.modeset=1 initcall_blacklist=simpledrm_platform_driver_init rd.driver.blacklist=nouveau modprobe.blacklist=nouveau"
root="UUID=e16a0b41-4041-427f-b1a2-a8201df5b830"
initrd="/boot/initramfs-6.2.7-300.fc38.x86_64.img"
title="Fedora Linux (6.2.7-300.fc38.x86_64) 38 (Workstation Edition Prerelease)"
id="0afe1e260a9c44d4b8125935d92901da-6.2.7-300.fc38.x86_64"
index=3
kernel="/boot/vmlinuz-0-rescue-0afe1e260a9c44d4b8125935d92901da"
args="ro rootflags=subvol=root rhgb quiet nvidia-drm.modeset=1 initcall_blacklist=simpledrm_platform_driver_init rd.driver.blacklist=nouveau modprobe.blacklist=nouveau"
root="UUID=e16a0b41-4041-427f-b1a2-a8201df5b830"
initrd="/boot/initramfs-0-rescue-0afe1e260a9c44d4b8125935d92901da.img"
title="Fedora Linux (0-rescue-0afe1e260a9c44d4b8125935d92901da) 37 (Workstation Edition)"
id="0afe1e260a9c44d4b8125935d92901da-0-rescue"
➜  ~ cat /sys/power/state
freeze mem disk
➜  ~ cat /sys/power/mem_sleep
s2idle [deep]
➜  ~ journalctl -k | grep -i acpi | grep supports
Apr 07 07:30:53 fedora kernel: ACPI: PM: (supports S0 S3 S4 S5)
Apr 07 07:30:53 fedora kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]

Did some test base on comment on Reddit - turns out Logitech mouse/keyboard dongles may have been the cause of the wake up.