You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I send the request, I get the errors Preflight response is not successful and XMLHttpRequest cannot load [authorize-uri] due to access control checks.
When I wrap the redirect location map around ring-response, however, I don't get the errors but neither do I get the redirect. What am I doing wrong?
The text was updated successfully, but these errors were encountered:
zendevil
changed the title
post-redirect? not working.
post-redirect? not working or Preflight response is not successful
Mar 4, 2020
I have the following code:
When I send the request, I get the errors
Preflight response is not successful
andXMLHttpRequest cannot load [authorize-uri] due to access control checks.
When I wrap the redirect location map around ring-response, however, I don't get the errors but neither do I get the redirect. What am I doing wrong?
The text was updated successfully, but these errors were encountered: