When calling checkSession i get error "Failed to load resource: the server responded with a status of 400 ()"

Solved it. Apparently, for checkSession to work, urls in Allowed Web Origins MUST NOT end with /.

So, https://xxxxx.mydomain.com is correct, but https://xxxxx.mydomain.com/ is NOT

4 Likes