Forum Discussion
SharePoint home page error: can't reach this page
Hey I figured it out! At least the first part:
The user, who is an owner, accidentally deleted the home page. This article was super helpful - I wanted to post this in case someone else comes across this issue - you have to restore the page:
https://support.microsoft.com/en-us/office/restore-items-in-the-recycle-bin-that-were-deleted-from-sharepoint-or-teams-6df466b6-55f2-4898-8d6e-c0dff851a0be?ui=en-US&rs=en-US&ad=US
It's all fixed - EXCEPT - I don't know how to get the hold name back on the site, so if anyone has any ideas let me know. It still says the name isn't available even though it isn't in use.
SP sites are deleted fully 90 days after you press delete in SP admin center. Until then you can't use the name of deleted site. You can see deleted sites in "Deleted sites". To fully delete them before 90 days period a PowerShell command needs to be executed:
First connecting to SPOService:
Connect-SPOService -Url https://something-admin.sharepoint.com -Credential mailto:aijug@carnet159.onmicrosoft
Then deleteing the site:
Remove-SPODeletedSite -Identity https://url-of-the
Thanks for the hint about deleted home page!