501 error when calling auth.Checksession

Hi,

When calling checkSession, I’m getting a 501 error (from the authorize request within checksssion). This is followed by a timeout error.
I’m calling this from 127.0.0.1.
I’ve added the calling url to allowed web origins for the client.

Any ideas how to resolve this?

Thanks
Rob

Turns out that I had set an invalid responseType on the webauth client.

Glad you figured it out!