I've encountered a problem on an environment. When i clicked on the Authorize button and then clicked to Authorize the App,
I've then been shown a popup saying "Please wait while you're being redirected..."
But nothing happens after that. It's in an AWS environment. Any idea?
It works on my local instance though
Thanks
Edited below, i've checked the console and got the below
I have tried setting up a new HTTPS site on my local IIS server, but I can't replicate the error that you're seeing.
The property editor will open a popup window based on a relative path, so it really should support HTTPS - the function behind the Authorize button looks like this:
Please wait while you're being redirected...
Hi,
I've encountered a problem on an environment. When i clicked on the Authorize button and then clicked to Authorize the App, I've then been shown a popup saying "Please wait while you're being redirected..."
But nothing happens after that. It's in an AWS environment. Any idea?
It works on my local instance though
Thanks
Edited below, i've checked the console and got the below
Just found out it's because the pop up is not https.
Is there any way I can easily change the popup to be https?
Thanks
Hi JLon,
I have tried setting up a new HTTPS site on my local IIS server, but I can't replicate the error that you're seeing.
The property editor will open a popup window based on a relative path, so it really should support HTTPS - the function behind the Authorize button looks like this:
Also, when the user is redirected back from Twitter, the dialog still uses HTTPS.
I can however see that the dialog is trying to load a Google font via HTTP (which then is blocked), but otherwise it works fine when I'm testing.
I don't have any experience with AWS, but I can't think of something platform specific that should cause the error you're experiencing.
is working on a reply...