ember-twiddle
ember-twiddle copied to clipboard
Sign in failing with ajax operation was aborted
When attempting to sign in I get Could not sign you in: The ajax operation was aborted
and in the console I see
[Torii] Using an OAuth redirect that loads your Ember App is deprecated and will be
removed in a future release, as doing so is a potential security vulnerability.
Hide this message by setting `allowUnsafeRedirect: true` in your Torii configuration.
Tested on Brave(1.48.164) and Firefox Developer edition(104.0b3)
That message is only a warning (despite being console.error), but (in my case at least) I saw the following additional (and fatal) errors show up right below it:

The problem appears to be a CORS issue:
Access to XMLHttpRequest at 'https://ember-twiddle.herokuapp.com/authenticate/793d8bf192b79448bf31'
from origin 'https://ember-twiddle.com' has been blocked by
CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
The gatekeeper app that was running on heroku prob needs to be updated and reconfigured. I no longer have access. Ember Twiddle needs a new maintainer.