“Sorry, something went wrong” in SharePoint due to the `ID` parameter in URL
Aug 9, 2017 · 1 min read
Weird bug in SharePoint. It turns out that you cannot use the word id as a URL parameter for a SharePoint page. This will randomly result in the error message:

In other words, you cannot use an URL /sites/aia/Pages/Opportunities.aspx?id=11.
The solution to the problem is simply to use another name for the parameter, for example ?OpportunityID=11.
