Good Morning, When using the 'Login' widget to log a user into the system the progress menu that Mendix produces does not close on first login (It stays on the page modal) Can anyone let me know why this is caused and whether this can be fixed? This does not happen when using a local project, only when deploying to a url in the Mendix cloud. I have tried to hide the progress menu by using CSS as per below: .MxClient_loader { display: none; } Regards, Matt Smith