Hi Tevon2.0, here are the tests I did locally, I hope it can help you.
Issue 1: can't edit the hyperlinks in my lists and pressing the new button makes the screen freeze now.
I tested it locally and can reproduce the same issue, when clicking the New button to add a new item, the page stops responding.
And per our research, this issue may be due to a problem with the backend response.
For this case, I would recommend setting column as single text first, and then change the single text format to hyperlink format via Format Column.
Note: Hyperlinks in the email account format cannot be linked to the web page for that mailbox.
Here is the JSON text for your reference:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "a",
"attributes": {
"href": "@currentField",
"target": "_blank"
},
"txtContent": "@currentField"
}
Issue 2: couldn't publish pages on site.
In my environment, I can solve it by activating the SharePoint Server Publishing Infrastructure feature. You can try it following the below steps:
Note: You must have admin privileges to enable publishing features.
- From the Site Contents page, select Site settings.
- On the Site Settings page under Site Collection Administration, select Site collection features.
- On the Site Collection Features page, scroll down to SharePoint Server Publishing Infrastructure and select Activate.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.