Hi @Matt Feng,
Welcome to Microsoft Q&A Forum.
Based on the logs you provided, the error is: Microsoft.Exchange.Clients.Owa2.Server.Core.OwaUserHasNoMailboxAndNoLicenseAssignedException Error 500: UserHasNoMailboxAndNoLicenseAssignedError
This error typically occurs when the account does not have an Exchange Online mailbox assigned or the account is missing the required Microsoft 365 license that includes Exchange Online services. Without a mailbox and proper licensing, Outlook on the web cannot load your mailbox data, which results in this error.
This issue requires administrative action and cannot be fixed by an end user. Please contact your IT administrator and ask them to:
- Ensure your account has a valid Microsoft 365 license that includes Exchange Online (e.g., Microsoft 365 Business Standard, E3, or E5).
- In the Microsoft 365 Admin Center, navigate to Users → Active Users → [Your Account] → Licenses and Apps and check that Exchange Online is enabled.
- If not, assign the appropriate license, they can also unassign and reassign the license to reactivated it.
- The reactivated process may take up to 24 hours to finalize.
Then I'd suggest the admin verify your mailbox existence by using PowerShell:
Get-Mailbox -Identity ******@domain.com
If no mailbox exists, create one:
New-Mailbox -UserPrincipalName ******@domain.com -FirstName 'First' -LastName 'Last'
Please try to open Outlook via Outlook Web Access (OWA) in an incognito mode to see if you're able to use it after ensuring the mailbox and license are correctly configured.
I hope this information is helpful. Please follow these steps and let me know if it works for you. If not, we can work together to resolve this.
Thank you for your patience and your understanding. If you have any questions, please feel free to reach out.
I'm looking forward to your reply
If the answer is helpful, click "Accept Answer" and vote positively. If you have more questions about this answer, click "Comment".
Note: Follow the steps in our documentation to enable email notifications if you want to receive email notifications related to this topic.