Thi si sthe second time I am facing this issue after updating the CWP. Again, when user tries to login, the login button gets changed to Please Wait... for infinite time.
I tried to inspect and found the response which says Please donot use special characters. I removed the special character from password and tried logging in again and this time there was no response in the network tab of inspect element.
Then I jumped to the COnsole Tab of Inspect element window to find out whats happening and I got the following error:
VM523:1 Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at Object.complete ((index):207)
at i (jquery-3.1.1.min.js:2)
at Object.fireWith (jquery-3.1.1.min.js:2)
at A (jquery-3.1.1.min.js:4)
at XMLHttpRequest.<anonymous> (jquery-3.1.1.min.js:4)
The logging in issue is repeated again and again after every update. How to solve this permanently and why doesnt support team test the things deeply before throwing an update?