18/06/2023
Having issues upgrading on Slack Getting the Something's gone wrong? Like this: https://prnt.sc/Zg16ruDHobYN
I tried using Edge, chrome Incognito and my phone to no avail.
I had to hack the site to give Slack my money!?!?!?!
Step 1 right click the error and click inspect element.
Step 2 make the left plane smaller like a mobile or click the toggle device toolbar
Step 3 In the CSS section add display: none; so it looks like this:
element.style {
display: none;
width: 511px;
height: 162px;
}
Step 4 right-click the gray overlay and click inspect element, then add the display: none; again like above.
Step 5 Then fill in the form and it's done.
I'm saying this worked for me but obviously, this is at your own risk. I had to try this because the customer support didn't help and I got 2 new clients that I would have lost contact with as the trial ran out today.
Hope this helps.