Forum Discussion
Open the browser debugger console first before starting Innovator. Normally the error message there are useful to find the issue.
I actually had a similar issue. I still saw the login screen, but login itself failed. This one was caused by wrong timing on the server machine, so client tokens didn´t match the server time and simple were invalid for the server.
- carstenw6 years agoIdeator I
Amazing, I have struggled so much with this on different instances!
How did you solve the timing issue?
- AngelaIp6 years agoIdeator I
Hi, in our case it was simply the Windows clock on the server. As the server was hosted outside our internal network, for mysterious reasons the clock was reset to a wrong time each day and than was two hours ahead. So users got very pretty and correct Oauth login tokens from Innovator -- valid in the future. As a workaround, I simply used a scheduled Windows task to correct the time each night until we finally was able to fix it (I don´t know what was wrong).
But I think the blank screen behavior can be caused by many reasons. In my case there was hint regarding "timing" in the browser console that indicates my error.
- carstenw6 years agoIdeator I
Great, thanks for a swift reply and clarification. I have been pulling my hairs over this [emoticon:c4563cd7d5574777a71c318021cbbcc8]