You are setting up the Microsoft Graph Integration (ShortPoint Dashboard > Integrations > Microsoft Graph), and after accepting requested permissions, get this error:
"Hmmm... Can't reach this page"
Reason
The token contains all AD Roles and Groups the user (who is granting permissions) has on the Azure AD tenancy. If the logged-in user has many roles or groups assigned, the token size becomes pretty large.
SharePoint has URL limit of 2083 characters, and once the limit is exceeded, it throws an error "Hmmm... Can't reach this page".
Solutions
Option 1
Use another user which is Global Admin with fewer Roles or assigned Groups.
Option 2
Use the same user account, but remove some assigned Groups (or Roles) temporally until the work is done.
Related articles: