Planning console will not load due to invalid relationsIssue Planning console locks up browser only when specific project is opened. Once the planning console is open, nothing will load on the page, and the UI buttons are no longer clickable. ReleaseMadridCauseInvalid relations between different project tasks.ResolutionNote: Try this out on test or sub-prod instances to make sure this resolves issue before attempting to try it in production. Also, make sure to export the Project to XML so there is a backup.When there is a planning console issue, take a look at the planned_task table because the planned_task is the parent of the project. To check for invalid relations:1. Open up the project.2. Scroll down to the related links section, and click on Project Diagnostics.3. Under the "Invalid relations" section, if there are Project Tasks listed, take a look at those Projects.If there are invalid relations, delete the relations with incorrect dependencies from the "planned_task" table:1. Go to the filter navigator and type "planned_task.LIST". A new window will open will open with a list of all the projects on the planned_task table.2. Using the filter, filter for "top task is (project number)". Look for all the project tasks whose top task is the Project that is having the planning console error.3. Delete one by one, the project tasks that have that project as a top task.4. Open project's planning console; it should open fine now.