Hi @Connie Higgs
Thank you for posting your question in the Microsoft Q&A forum.
To help narrow down the issue, could you please confirm the following steps:
1.Rename from Site Information
-Navigate to the site itself.
-Go to Settings > Site information.
-Change the Site name and click Save.
-Let us know whether the rename succeeds or not.
2.Test with a brand-new site
-Create a new site.
-Attempt to rename it and check if the issue persists.
3.Test with PowerShell (if you are familiar with it)
Run the following commands:
Install-Module PnP.PowerShell
Import-Module PnP.PowerShell
Connect-PnPOnline -Url "https://<yourtenant>.sharepoint.com/sites/<sitename>" -Interactive -ClientID <yourappID>
Set-PnPWeb -Title "New Site Title"
Get-PnPWeb | Select Title
Please follow the instructions in this GitHub article to register your application and connect PnP PowerShell in your environment: powershell/pages/articles/registerapplication.md at dev · pnp/powershell · GitHub. You should use PowerShell 7.5 for a more effective configuration.
Please know that while our initial response might not resolve the issue right away, your input is incredibly valuable. With a bit more detail, we’ll work together to find the best solution for you.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.