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
I tried to set multiple REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI.
but it worked only first URL. REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ["http://127.0.0.1:3000/A","http://127.0.0.1:3000/B"]
in this case, "http://127.0.0.1:3000/A" was ok, but http://127.0.0.1:3000/B was not.
I tried to reverse, REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ["http://127.0.0.1:3000/B","http://127.0.0.1:3000/A"]
"http://127.0.0.1:3000/B" is ok, but "http://127.0.0.1:3000/A" is not
I tried many format REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ["http://127.0.0.1:3000/B","http://127.0.0.1:3000/A"] REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ("http://127.0.0.1:3000/B","http://127.0.0.1:3000/A") REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = "http://127.0.0.1:3000/B","http://127.0.0.1:3000/A" REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = "http://127.0.0.1:3000/B" REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = "http://127.0.0.1:3000/A"
all of these didn't work for me.
How can I set multiple REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI ?
The text was updated successfully, but these errors were encountered:
I tried to set multiple REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI.
but it worked only first URL.
REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ["http://127.0.0.1:3000/A","http://127.0.0.1:3000/B"]
in this case, "http://127.0.0.1:3000/A" was ok, but http://127.0.0.1:3000/B was not.
I tried to reverse,
REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ["http://127.0.0.1:3000/B","http://127.0.0.1:3000/A"]
"http://127.0.0.1:3000/B" is ok, but "http://127.0.0.1:3000/A" is not
I tried many format
REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ["http://127.0.0.1:3000/B","http://127.0.0.1:3000/A"] REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ("http://127.0.0.1:3000/B","http://127.0.0.1:3000/A") REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = "http://127.0.0.1:3000/B","http://127.0.0.1:3000/A" REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = "http://127.0.0.1:3000/B" REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = "http://127.0.0.1:3000/A"
all of these didn't work for me.
How can I set multiple REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI ?
The text was updated successfully, but these errors were encountered: