How to fix issues with Room Finder not loading rooms

We have multiple users experience issues with room finder. Room finder will not load the available rooms.

I didn't setup the rooms so I think there may be something wrong with how the rooms are setup.

Is there a missing setting or anything else I could check or test?

Thank you


What's the build version of your office 365? Do you have a roomlist distribution group which was added the room mailbox in it? Please try to connect to Exchange Online powershell and run the following cmdlets to view that:

Get-DistributionGroup -RecipientTypeDetails RoomList
$roomgroups = Get-DistributionGroup -RecipientTypeDetails RoomList
foreach($roomgroup in $roomgroups){Get-DistributionGroupMember -Identity $roomgroup.Name}

enter image description here

Based on my test, the issue could happen with earlier versions of office 365, please try to update your office 365 to the latest version and see if there is any difference.

Besides, here is a similar thread about Room Finder, please check if it's helpful to you: Room List and Room Finder not working